e17: free more than half of action_list on shutdown

SVN revision: 62768
This commit is contained in:
Hannes Janetzek 2011-08-25 01:25:43 +00:00
parent af1d2cbc15
commit 002a7d0350
1 changed files with 2 additions and 1 deletions

View File

@ -3135,7 +3135,8 @@ e_actions_shutdown(void)
{
e_action_predef_name_all_del();
E_FREE_LIST(action_list, e_object_del);
while(action_list)
e_object_del(action_list->data);
action_names = eina_list_free(action_names);
eina_hash_free(actions);