Use mono_marshal_free rather than g_free for deallocating marshalled memory. Use...
authorjoncham <joncham@gmail.com>
Mon, 24 Jan 2011 05:36:04 +0000 (00:36 -0500)
committerjoncham <joncham@gmail.com>
Tue, 25 Jan 2011 01:57:50 +0000 (20:57 -0500)
commit03933195e5cb2c932b80a5971620682da02b948c
treea3c12e27b874116cbd78ea51486aabe35054c457
parent669674a166fea9362b3f13d05e0c14e133efd124
Use mono_marshal_free rather than g_free for deallocating marshalled memory. Use correct string icall for MONO_MARSHAL_CONV_LPSTR_STR and MONO_MARSHAL_CONV_LPTSTR_STR.
mono/metadata/marshal.c