cleanup on shutdown better!

SVN revision: 40241
This commit is contained in:
Carsten Haitzler 2009-04-19 20:40:01 +00:00
parent 4a2d186b02
commit 99db224656
1 changed files with 2 additions and 0 deletions

View File

@ -309,6 +309,8 @@ ecore_event_evas_shutdown(void)
{
int i;
eina_hash_free(_window_hash);
_window_hash = NULL;
for (i = 0; i < sizeof(ecore_event_evas_handlers)/sizeof(Ecore_Event_Handler*); ++i)
{
ecore_event_handler_del(ecore_event_evas_handlers[i]);