GNOME Bugzilla – Bug 307280
Leak in eel-open-with-dialog.c
Last modified: 2005-06-27 14:03:30 UTC
No need to g_strdup the return from g_key_file_get_string() since that already returns newly allocated strings.
Created attachment 47609 [details] [review] patch
Comment on attachment 47609 [details] [review] patch Looks good, please commit on both branches.
This was commited some time ago.