From eadc69dd38700b68d314bc30d9a78e8400c22042 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 13 Aug 2010 09:50:46 -0500 Subject: Freeing the allocated keys. --- src/application-service-appstore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 4ac1576..9764798 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -298,6 +298,7 @@ load_override_file (GHashTable * hash, const gchar * filename) g_hash_table_insert(hash, g_strdup(key), GINT_TO_POINTER(val)); } + g_strfreev(keys); g_key_file_free(keyfile); return; -- cgit v1.2.3