[Mono-bugs] [Bug 69692][Wis] Changed - marshal.c mono_struct_delete_old double free
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Nov 2004 15:20:22 -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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69692
--- shadow/69692 2004-11-19 11:55:47.000000000 -0500
+++ shadow/69692.tmp.2832 2004-11-19 15:20:22.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 69692
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: grompf@sublimeintervention.com
QAContact: mono-bugs@ximian.com
@@ -63,6 +63,13 @@
I'm 100% certain that code is being called tho; as if I comment out the affected line in
marshal.c (yes causes a leak but comment it for testing) I dont get the double free
anymore. I'll try setting a break on that line to see if I can tell which wrapper is calling it.
-kangaroo
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-11-19 15:20 -------
+This was my bug; KeventWatcher.cs was incorrectly using public string in a struct marshal
+for values that needed to be held and returned by the kernel.
+
+fixed in SVN.
+