[Mono-bugs] [Bug 70825][Nor] Changed - Image.Clone causes double frees in libgdiplus

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Dec 2004 14:51: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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=70825

--- shadow/70825	2004-12-27 12:43:02.000000000 -0500
+++ shadow/70825.tmp.4557	2004-12-30 14:51:21.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 70825
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -37,6 +37,9 @@
 }		
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 I think this is because GdipCloneImage doesn't clone some members of the
 image, like frameDimensionList, so GdipDisposeImage frees the same memory
 multiple times.
+
+------- Additional Comments From miguel@ximian.com  2004-12-30 14:51 -------
+Fixed on SVN.