[Mono-bugs] [Bug 77146][Nor] Changed - DynamicMethods leak memory

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 13 04:55:23 EDT 2007


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 robertj at gmx.net.

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

--- shadow/77146	2007-06-12 20:45:34.000000000 -0400
+++ shadow/77146.tmp.14526	2007-06-13 04:55:23.000000000 -0400
@@ -170,6 +170,16 @@
 
 
 ------- Additional Comments From robertj at gmx.net  2007-06-12 20:45 -------
 The patch fixes the delegate.method_info issue. It seems not to break
 any test.
 
+
+------- Additional Comments From robertj at gmx.net  2007-06-13 04:55 -------
+The last patch is wrong, because dynamic methods are not
+runtime methods (are not invocable as such).
+
+Here another one. May I check for DynamicMethods before assigning
+original_method_info, hence making the patch NET_2_0 only?
+Or is there another way to do this in unmanaged code (assign only
+when the method info belongs to a non runtime method)?
+


More information about the mono-bugs mailing list