GNOME Bugzilla – Bug 646461
Leak in gtkfilechooserbutton.c: model_free_row_data
Last modified: 2011-12-15 20:55:53 UTC
gtk_tree_model_get creates a ref to g_cancellable_cancel. No-one unrefs it.
Created attachment 184914 [details] [review] [filechooser] Free things which got duplicated or reffed by gtk_tree_model_get() We had forgotten to do that in a few places; this is a systematic search for those.
Pushed to master.
*** Bug 653606 has been marked as a duplicate of this bug. ***