Fix memleak in desktop cache create

SVN revision: 56909
This commit is contained in:
Sebastian Dransfeld 2011-02-10 14:25:13 +00:00
parent 049fee06f1
commit c5669b308e
2 changed files with 2 additions and 0 deletions

View File

@ -72,3 +72,4 @@
* Move all eet cache handling to efreet_cache.c
* Free hashes on init error
* efreet_cache_icon -> efreet_icon for functions in efreet_icon.c
* Fix memleak in desktop cache create

View File

@ -392,6 +392,7 @@ main(int argc, char **argv)
array.array[array.array_count++] = str; \
eina_iterator_free(it); \
eet_data_write(util_ef, efreet_array_string_edd(), #_hash "_list", &array, 1); \
free(array.array); \
}
STORE_HASH_ARRAY(mime_types);
STORE_HASH_ARRAY(categories);