GNOME Bugzilla – Bug 681446
gtkdnd memory leak
Last modified: 2013-04-14 00:32:56 UTC
Created attachment 220666 [details] [review] fix gtk_drag_set_icon_surface mem leak Hello, I found a memory leak in gtkdnd gtk_drag_set_icon_surface, the cairo pattern is never destroyed. see the attached patch.
Review of attachment 220666 [details] [review]: nice catch! it would be great if you attached a patch generated by git format-patch, or by git bz, so that we could credit you properly. thanks again!
Created attachment 220705 [details] [review] updated git format-patch here we go!
so nobody interested to commit a trivial fix? nobody interested to fix a memory leak in gtk? this patches has been ignored for 2 release now...
thank you