[Mono-bugs] [Bug 78285][Nor] Changed - Graphics.DrawIcon memory leak ?

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 4 15:40:24 EDT 2006


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 peter at novonyx.com.

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

--- shadow/78285	2006-05-04 15:10:19.000000000 -0400
+++ shadow/78285.tmp.25918	2006-05-04 15:40:24.000000000 -0400
@@ -63,6 +63,13 @@
 ToBitmap code could re-use the new method and return a Clone of it (to
 reduce code duplication).
 
 It would be nice if you could attach some profiling data showing how
 much time/memory is spent in Icon.ToBitmap for a typical application.
 Thanks
+
+------- Additional Comments From peter at novonyx.com  2006-05-04 15:40 -------
+I'm gonna rethink some of our icon handling stuff. We have the 
+problem that there are libgdiplus HICON methods we can't support 
+because we handle icons in managed code. Maybe moving it into 
+libgdiplus, and, on Win32, using native methods to read icons might 
+solve the issues.


More information about the mono-bugs mailing list