evas: forgotten destruction of Eina_Cow pool for objects state.

This commit is contained in:
Cedric BAIL 2013-04-01 18:39:29 +09:00
parent 78984b9e7a
commit 0970b7dca5
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ evas_shutdown(void)
eina_cow_del(evas_object_proxy_cow);
eina_cow_del(evas_object_map_cow);
eina_cow_del(evas_object_state_cow);
evas_object_state_cow = NULL;
evas_object_map_cow = NULL;
evas_object_proxy_cow = NULL;