Revision: 1505
http://geeqie.svn.sourceforge.net/geeqie/?rev=1505&view=rev
Author: zas_
Date: 2009-03-09 19:37:58 +0000 (Mon, 09 Mar 2009)
Log Message:
-----------
Add missing g_key_file_free() call.
Modified Paths:
--------------
trunk/src/editors.c
Modified: trunk/src/editors.c
===================================================================
--- trunk/src/editors.c 2009-03-09 19:35:53 UTC (rev 1504)
+++ trunk/src/editors.c 2009-03-09 19:37:58 UTC (rev 1505)
@@ -166,6 +166,7 @@
if (!type || strcmp(type, "Application") != 0)
{
/* We only consider desktop entries of Application type */
+ g_key_file_free(key_file);
return FALSE;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn