diff options
author | Ted Gould <ted@gould.cx> | 2010-08-13 09:50:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-13 09:50:46 -0500 |
commit | eadc69dd38700b68d314bc30d9a78e8400c22042 (patch) | |
tree | e965094523ceb4746f0c3662af57c4fd3c761d04 /src/application-service-appstore.c | |
parent | d81670cc9cf081b1296561d9da2176975da7643b (diff) | |
download | ayatana-indicator-application-eadc69dd38700b68d314bc30d9a78e8400c22042.tar.gz ayatana-indicator-application-eadc69dd38700b68d314bc30d9a78e8400c22042.tar.bz2 ayatana-indicator-application-eadc69dd38700b68d314bc30d9a78e8400c22042.zip |
Freeing the allocated keys.
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r-- | src/application-service-appstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |