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 674087 - scheme leaked in nautilus_link_get_link_uri_from_desktop()
scheme leaked in nautilus_link_get_link_uri_from_desktop()
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-14 02:27 UTC by Charles Kerr
Modified: 2012-04-18 21:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
one-liner to free "scheme" (386 bytes, patch)
2012-04-14 02:32 UTC, Charles Kerr
committed Details | Review

Description Charles Kerr 2012-04-14 02:27:24 UTC
The variable "scheme" is leaked in nautilus_link_get_uri_from_desktop(): http://git.gnome.org/browse/nautilus/tree/libnautilus-private/nautilus-link.c#n353
Comment 1 Charles Kerr 2012-04-14 02:32:33 UTC
Created attachment 212031 [details] [review]
one-liner to free "scheme"
Comment 2 Cosimo Cecchi 2012-04-14 16:20:50 UTC
Review of attachment 212031 [details] [review]:

Thanks, please push to the master and gnome-3-4 branches.
Comment 3 Cosimo Cecchi 2012-04-18 21:45:57 UTC
Pushed now.