After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 56944 - GDI leak in gdkdrawable_win32.c
GDI leak in gdkdrawable_win32.c
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Tor Lillqvist
Tor Lillqvist
Depends on:
Blocks:
 
 
Reported: 2001-07-01 18:46 UTC by Timothee Besset
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Timothee Besset 2001-07-01 18:46:19 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);
Comment 1 Timothee Besset 2001-07-01 18:46:56 UTC
mh .. for full details see:
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=99
Comment 2 Tor Lillqvist 2001-11-04 21:43:09 UTC
This is already fixed in HEAD, still present in gtk-1-3-win32-
production branch.
Comment 3 Tor Lillqvist 2001-11-04 22:01:50 UTC
Fixed in CVS (gtk-1-3-win32-production branch).
Comment 4 Timothee Besset 2001-11-04 22:09:27 UTC
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 :-)