[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 02:13:35 -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-15 01:23:38.000000000 -0400
+++ shadow/65963.tmp.6973	2004-09-15 02:13:35.000000000 -0400
@@ -80,6 +80,11 @@
 
         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.
+
+------- Additional Comments From rkumar@novell.com  2004-09-15 02:13 -------
+I thought we don't need to check for image. But, that is not the case,
+we need to make sure that we have an image attached to the graphics
+before making it's graphics null. I changed it already in the cvs.