'everything'

wrong hash


SVN revision: 42105
This commit is contained in:
Hannes Janetzek 2009-08-30 14:56:18 +00:00
parent e6de679678
commit 52b1505b2f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ evry_history_free(void)
keys = eina_list_append(keys, NULL);
eina_hash_foreach(evry_hist->actions, _hist_cleanup_cb, keys);
EINA_LIST_FREE(keys, key)
if (key) eina_hash_del_by_key(evry_hist->subjects, key);
if (key) eina_hash_del_by_key(evry_hist->actions, key);
evry_history_unload();
}