SVN revision: 39645
This commit is contained in:
Carsten Haitzler 2009-03-23 10:02:26 +00:00
parent a7dfd144ac
commit 19802a5705
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ evas_free(Evas *e)
eina_array_flush(&e->pending_objects);
eina_array_flush(&e->obscuring_objects);
eina_array_flush(&e->temporary_objects);
eina_array_flush(&e->calculate_objects);
e->magic = 0;
free(e);