GNOME Bugzilla – Bug 56944
GDI leak in gdkdrawable_win32.c
Last modified: 2004-12-22 21:47:04 UTC
Noticed a GDI region leak in gdk_win32_draw_drawable /* Blitting inside a window, use ScrollDC */ [...] updateRgn = CreateRectRgnIndirect (&emptyRect); added a missing DeleteObject(updateRgn);
mh .. for full details see: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=99
This is already fixed in HEAD, still present in gtk-1-3-win32- production branch.
Fixed in CVS (gtk-1-3-win32-production branch).
cool it's nice to see that you are going through the bugs now I need to switch back from our custom version of Gtk source back to the official one, still haven't found the time :-)