GNOME Bugzilla – Bug 646458
Leak in gtkfilechooserdefault.c: list_row_activated
Last modified: 2011-04-01 22:44:05 UTC
This branch leaks a file ref: if (is_folder && file) { change_folder_and_display_error (impl, file, FALSE); return; }
Created attachment 184887 [details] [review] [filechooser] Don't leak a GFile Reported by Morten Welinder <mortenw@gnome.org>
Pushed to master.