Don't free data from efreet_util_cache_names

SVN revision: 56853
This commit is contained in:
Sebastian Dransfeld 2011-02-09 17:09:27 +00:00
parent 021beae781
commit 2728c70bc3
2 changed files with 1 additions and 1 deletions

View File

@ -59,3 +59,4 @@
2011-02-09 Sebastian Dransfeld
* Move theme hash from efreet_icon.c to efreet_cache.c
* Don't free data returned by efreet_util_cache_names

View File

@ -463,7 +463,6 @@ efreet_util_desktop_categories_list(void)
if (!array) return NULL;
for (i = 0; i < array->array_count; i++)
ret = eina_list_append(ret, array->array[i]);
efreet_cache_array_string_free(array);
return ret;
}