[Mono-bugs] [Bug 65963][Wis] Changed - [PATCH] Disposing a graphics causes problems
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 01:23:38 -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 rkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65963
--- shadow/65963 2004-09-14 23:50:22.000000000 -0400
+++ shadow/65963.tmp.6199 2004-09-15 01:23:38.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 65963
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: david.mitchell@telogis.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -76,6 +76,10 @@
cairo_destroy (graphics->ct);
graphics->ct = NULL;
+
+ ((GpImage*) graphics->image)->graphics = NULL;
GdipFree (graphics);
+
+------- Additional Comments From rkumar@novell.com 2004-09-15 01:23 -------
+Thanks for reporting the bug and providing the fix. This fix is in cvs
+now.