[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, 27 Nov 2003 09:32:09 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29488
--- shadow/29488 2002-08-29 11:02:21.000000000 -0400
+++ shadow/29488.tmp.24065 2003-11-27 09:32:09.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: nick@chemlab.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Delegate marshalling bug
+Summary: Marshaling delegates doesn't free the generated code
Steps to reproduce the problem:
1. Compile the following C code as a shared library called libdelegate.so.
-- START --