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 320901 - Memleaks in the desktop-file plugin
Memleaks in the desktop-file plugin
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-11-07 19:00 UTC by Bastien Nocera
Modified: 2005-11-07 19:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ephy-desktop-plugin-leaks.patch (1.11 KB, patch)
2005-11-07 19:01 UTC, Bastien Nocera
accepted-commit_now Details | Review

Description Bastien Nocera 2005-11-07 19:00:39 UTC
Couple of leaks, g_key_file_get_string() returns a newly allocated string.
Comment 1 Bastien Nocera 2005-11-07 19:01:05 UTC
Created attachment 54435 [details] [review]
ephy-desktop-plugin-leaks.patch
Comment 2 Christian Persch 2005-11-07 19:28:36 UTC
Thanks for the patch!
Comment 3 Bastien Nocera 2005-11-07 19:45:45 UTC
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.