[Mono-bugs] [Bug 52753][Wis] Changed - Reflection on properties allocates lots of memory
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jan 2004 17:26:18 -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=52753
--- shadow/52753 2004-01-11 16:50:16.000000000 -0500
+++ shadow/52753.tmp.18663 2004-01-11 17:26:18.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 52753
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -49,6 +49,10 @@
27173,394 1 27173,394 .T::Main()
Total memory allocated: 111511 KB
After the patch:
367,768 1 367,768 .T::Main()
Total memory allocated: 138 KB
+
+------- Additional Comments From gonzalo@ximian.com 2004-01-11 17:26 -------
+Patches applied. Ben noticed a missing g_free in the icall.c patch
+that is now in.