2009-10-19 Sebastien Pouliot <sebastien@ximian.com>
commit59e0eb21eeb30fa20dcaea169d4f5e469e849589
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 19 Oct 2009 19:36:25 +0000 (19 19:36 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 19 Oct 2009 19:36:25 +0000 (19 19:36 -0000)
treec92e109514c48359646fc6d38a3822a481014c4a
parentf88f076b8748aef13eb195e38a88ec8485081671
2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>

* assembly.c (mono_assembly_load_reference): Fix leak when 'status'
code is known. (parse_public_key) Remove duplicate (unneeded) NULL
check since 'pubkey' can't be NULL at this stage
* icall.c (ves_icall_System_Array_FastCopy): Add comment about
the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
initialization of 'iter'

svn path=/trunk/mono/; revision=144403
mono/metadata/ChangeLog
mono/metadata/assembly.c
mono/metadata/icall.c