[Mono-bugs] [Bug 49993][Cos] Changed - Possible leak in mono_class_proxy_vtable
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 24 Oct 2003 10:52:53 -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=49993
--- shadow/49993 2003-10-22 08:08:17.000000000 -0400
+++ shadow/49993.tmp.30424 2003-10-24 10:52:53.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 49993
Product: Mono/Runtime
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Cosmetic
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -24,6 +24,9 @@
After that, in the case when "/* Somebody got in before us */", the virtual
table is freed using g_free (it comes from a mono_mem_pool_alloc) and the
interface_offsets are not freed.
This is unlikely to happen, but, well...
+
+------- Additional Comments From vargaz@freemail.hu 2003-10-24 10:52 -------
+Fixed in CVS.