GNOME Bugzilla – Bug 348113
Reference handing within gtkfilechooser
Last modified: 2007-04-30 15:24:09 UTC
+++ This bug was initially created as a clone of Bug #348060 +++ Large scale operation to kill a few more reference leaks of handles (and to hold a ref from the handle to the filesystem etc).
Created attachment 69240 [details] [review] Refleaks
*** Bug 343638 has been marked as a duplicate of this bug. ***
Federico, can you review this ?
Hasn't most of this recently been fixed? Also, we don't want to reference count the file system in handles; and handles should really be freeed in the callbacks, no directly after gtk_file_system_cancel_operation() (since the callback will always be called).
Marking this bug as obsolete as the code has indeed changed underfoot... I plan to redo the g_object_[un]ref annotations and at that time perform once again the grisly business of tracking down leaks.