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 348113 - Reference handing within gtkfilechooser
Reference handing within gtkfilechooser
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.10.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
: 343638 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-20 10:22 UTC by Chris Wilson
Modified: 2007-04-30 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Refleaks (33.68 KB, patch)
2006-07-20 10:23 UTC, Chris Wilson
rejected Details | Review

Description Chris Wilson 2006-07-20 10:22:44 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).
Comment 1 Chris Wilson 2006-07-20 10:23:17 UTC
Created attachment 69240 [details] [review]
Refleaks
Comment 2 Chris Wilson 2006-07-20 11:11:53 UTC
*** Bug 343638 has been marked as a duplicate of this bug. ***
Comment 3 Matthias Clasen 2006-07-21 14:23:10 UTC
Federico, can you review this ?
Comment 4 Kristian Rietveld 2006-09-13 12:19:55 UTC
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).
Comment 5 Chris Wilson 2007-04-30 15:24:09 UTC
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.