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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 16:44:00 -0500 (EST)


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=29488

--- shadow/29488	2004-10-31 11:55:11.000000000 -0500
+++ shadow/29488.tmp.17288	2005-02-23 16:44:00.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 29488
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: Debian/Unstable
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: vargaz@gmail.com                            
 ReportedBy: nick@chemlab.org               
 QAContact: mono-bugs@ximian.com
@@ -107,6 +107,9 @@
 ------- 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.
+
+------- Additional Comments From vargaz@gmail.com  2005-02-23 16:43 -------
+This should be fixed in SVN.