After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646461 - Leak in gtkfilechooserbutton.c: model_free_row_data
Leak in gtkfilechooserbutton.c: model_free_row_data
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2011-04-01 17:29 UTC by Morten Welinder
Modified: 2011-12-15 20:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[filechooser] Free things which got duplicated or reffed by gtk_tree_model_get() (2.23 KB, patch)
2011-04-01 22:22 UTC, Federico Mena Quintero
none Details | Review

Description Morten Welinder 2011-04-01 17:29:58 UTC
gtk_tree_model_get creates a ref to g_cancellable_cancel.  No-one
unrefs it.
Comment 1 Federico Mena Quintero 2011-04-01 22:22:02 UTC
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.
Comment 2 Federico Mena Quintero 2011-04-01 22:44:24 UTC
Pushed to master.
Comment 3 Benjamin Otte (Company) 2011-12-15 20:55:53 UTC
*** Bug 653606 has been marked as a duplicate of this bug. ***