changeset 1409:863ac709f6b4

Add missing g_key_file_free() call.
author zas_
date Mon, 09 Mar 2009 19:37:58 +0000
parents 1cc4ea53c9a3
children 8a531b40fe9f
files src/editors.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/editors.c	Mon Mar 09 19:35:53 2009 +0000
+++ b/src/editors.c	Mon Mar 09 19:37:58 2009 +0000
@@ -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;
 		}