GNOME Bugzilla – Bug 660216
Fix leaks of Pango objects
Last modified: 2013-04-05 18:31:36 UTC
Two out of the three leaks were noticed by code reading when I was looking for the third (gtk.PrintContext.create_pango_layout), so please double-check and compile-test before committing - I couldn't easily hook up the environment where I was testing to the place where I had a pygtk checkout.
Created attachment 197541 [details] [review] Fix leaks of Pango objects Gtk.PrintContext.create_pango_context() Gtk.PrintContext.create_pango_layout() pangocairo.CairoContext.create_layout() were leaking the objects they returned.
*** Bug 674092 has been marked as a duplicate of this bug. ***
Pushed to master as commit eca72baa56.