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 654099 - file manager plugin: fix leak for file
file manager plugin: fix leak for file
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: file-manager
git master
Other Linux
: Normal minor
: ---
Assigned To: Johannes Schmid
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-06 15:35 UTC by Alban Browaeys
Modified: 2011-07-06 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix leak for file (857 bytes, patch)
2011-07-06 15:35 UTC, Alban Browaeys
none Details | Review

Description Alban Browaeys 2011-07-06 15:35:24 UTC
Created attachment 191407 [details] [review]
fix leak for file

there is a missing g_object_unref in file_view_show_extended_data so when selecting a file there is a leak (which was hidden by the fact the autotools plugin unref without referencing the object though as this leak only happens for files not directory  I had to fix the directory use case thus restore this leak).
This fixes it.
Comment 1 Johannes Schmid 2011-07-06 15:58:56 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.