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 307280 - Leak in eel-open-with-dialog.c
Leak in eel-open-with-dialog.c
Status: RESOLVED FIXED
Product: eel
Classification: Deprecated
Component: general
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-11 12:51 UTC by Kjartan Maraas
Modified: 2005-06-27 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (867 bytes, patch)
2005-06-11 12:53 UTC, Kjartan Maraas
accepted-commit_now Details | Review

Description Kjartan Maraas 2005-06-11 12:51:39 UTC
No need to g_strdup the return from g_key_file_get_string() since that already
returns newly allocated strings.
Comment 1 Kjartan Maraas 2005-06-11 12:53:12 UTC
Created attachment 47609 [details] [review]
patch
Comment 2 Martin Wehner 2005-06-11 16:25:53 UTC
Comment on attachment 47609 [details] [review]
patch

Looks good, please commit on both branches.
Comment 3 Kjartan Maraas 2005-06-27 14:03:30 UTC
This was commited some time ago.