GNOME Bugzilla – Bug 320901
Memleaks in the desktop-file plugin
Last modified: 2005-11-07 19:45:45 UTC
Couple of leaks, g_key_file_get_string() returns a newly allocated string.
Created attachment 54435 [details] [review] ephy-desktop-plugin-leaks.patch
Thanks for the patch!
2005-11-07 Bastien Nocera <hadess@hadess.net> reviewed by: Christian Persch <chpe@gnome.org> * plugins/desktop-file/plugin.cpp: Fix memleaks in the usage of g_key_file_get_string(). Fixes bug #320901.