[Mono-bugs] [Bug 29488][Min] Changed - Marshaling delegates doesn't free the generated code

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Sep 2004 08:29:31 -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@freemail.hu.

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

--- shadow/29488	2004-08-31 16:42:41.000000000 -0400
+++ shadow/29488.tmp.4443	2004-09-02 08:29:31.000000000 -0400
@@ -104,6 +104,9 @@
 ------- Additional Comments From dietmar@ximian.com  2002-08-29 11:02 -------
 fixed, but we need to free the allocted memory somehow.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-08-28 00:18 -------
 the msft docs say that when an object is freed, all of the delegates
 on that object are freed. We could do this with finalizers i guess...
+
+------- Additional Comments From vargaz@freemail.hu  2004-09-02 08:29 -------
+The JIT data is now freed, but the metadata (MonoMethod etc) is not.