GNOME Bugzilla – Bug 60863
possible mem leak
Last modified: 2011-02-04 16:09:06 UTC
i'm not sure if this code is ever triggered, but it seems like it could cause a memory leak. i believe the attached patch plugs the leak.
Created attachment 5644 [details] [review] fix minor leak in gdk_event_translate
Fri Sep 21 19:57:31 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference leak for windows that receive events after being destroyed. (#60863, Joshua N. Pritikin)
Indeed a memory leak (though only triggered on uncommon race conditions) and in GTK+-1.2.x as well.
Attaching backport to 1.2.x
Created attachment 8671 [details] [review] patch backported to 1.2.x
Forget about that patch. I obviously didn't check HEAD to see what was done there.
No 1.2.11 is planned, so closing all 1.2.11 specific bugs.
*Really* close all 1.2.11 bugs, instead of just adding a comment...