GNOME Bugzilla – Bug 674086
returned value of g_key_file_to_data() is leaked in nautilus-desktop-metadata.c's save_in_idle_cb()
Last modified: 2012-04-18 21:45:46 UTC
Summary says it all. The "contents" field in http://git.gnome.org/browse/nautilus/tree/libnautilus-private/nautilus-desktop-metadata.c#n54 is leaked.
"filename" is also leaked in the same function.
Created attachment 212030 [details] [review] two-liner to g_free() filename & contents
Review of attachment 212030 [details] [review]: Thanks, please push to the master and gnome-3-4 branches.
Pushed now.