- call _ecore_evas_free this stops emblem from looping infinitly on exit.

SVN revision: 15941
This commit is contained in:
Dan Sinclair 2005-07-29 21:47:33 +00:00 committed by Dan Sinclair
parent b25f5c9e75
commit 0bf7211e4b
1 changed files with 1 additions and 1 deletions

View File

@ -1596,7 +1596,7 @@ _ecore_evas_free(Ecore_Evas *ee)
}
while (ee->sub_ecore_evas)
{
ecore_evas_free(ee->sub_ecore_evas->data);
_ecore_evas_free(ee->sub_ecore_evas->data);
}
if (ee->data) evas_hash_free(ee->data);
if (ee->driver) free(ee->driver);