[Mono-bugs] [Bug 66238][Blo] Changed - Incorrect returning string to native code from delegate

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Sep 2004 10:09:14 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=66238

--- shadow/66238	2004-09-20 09:43:08.000000000 -0400
+++ shadow/66238.tmp.6397	2004-09-20 10:09:14.000000000 -0400
@@ -53,6 +53,10 @@
 I use 1.0 mono
 
 
 ------- Additional Comments From ddmk@mail.ru  2004-09-19 10:38 -------
 The incorrect pointer bug appears after GC.Collect()
 
+
+------- Additional Comments From vargaz@gmail.com  2004-09-20 10:09 -------
+Currently, the runtime allocates string memory using g_malloc from glib,
+so it should be freed with g_free.