GNOME Bugzilla – Bug 731967
Pixmap leak with GtkNotebook under mingw
Last modified: 2017-10-17 23:59:29 UTC
I faced strange GDI object leak in my gtk based application under WindowXP 64bit. After some searching i found that each gtk_notebook redraws system report increased count of GDI objects. Problem comes from function draw_themed_tab_button located in msw_style.c where allocated pixmap not freed after final drawing. Patch attached.
Created attachment 278836 [details] [review] pixmap leak fix
Review of attachment 278836 [details] [review]: Looks correct to me.
*** Bug 547656 has been marked as a duplicate of this bug. ***