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 151062 - gtk_file_system_gnome_vfs_render_icon leak
gtk_file_system_gnome_vfs_render_icon leak
Status: RESOLVED DUPLICATE of bug 147303
Product: libgnomeui
Classification: Deprecated
Component: file-chooser
CVS HEAD
Other All
: Normal normal
: future
Assigned To: Alexander Larsson
Alexander Larsson
Depends on:
Blocks:
 
 
Reported: 2004-08-25 20:45 UTC by Morten Welinder
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2004-08-25 20:45:53 UTC
It looks like "info" is being leaked in gtk_file_system_gnome_vfs_render_icon.
I believe it should be freed using gnome_vfs_file_info_unref.

Also, the code should probably check for info==NULL.  After all, files come
and go.
Comment 1 Thierry Moisan 2004-08-26 17:14:21 UTC

*** This bug has been marked as a duplicate of 147303 ***