Efreet: Always set desktop_cache to NULL

SVN revision: 62984
This commit is contained in:
Sebastian Dransfeld 2011-08-30 12:19:06 +00:00
parent bda5802e9a
commit a4e32175bb
1 changed files with 3 additions and 3 deletions

View File

@ -1128,11 +1128,11 @@ cache_update_cb(void *data __UNUSED__, Ecore_File_Monitor *em __UNUSED__,
d->hash = desktops;
d->ef = desktop_cache;
old_desktop_caches = eina_list_append(old_desktop_caches, d);
desktops = eina_hash_string_superfast_new(NULL);
desktop_cache = NULL;
}
desktop_cache = NULL;
efreet_cache_array_string_free(util_cache_names);
util_cache_names = NULL;