ecore_evas_cocoa: don't shutdown ecore_event_evas() twice

This commit is contained in:
Jean Guyomarc'h 2015-10-13 16:08:22 +02:00 committed by Nicolas Aguirre
parent 4ac9aaa200
commit 1af0d97582
1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ _ecore_evas_cocoa_shutdown(void)
for (i = 0; i < sizeof (ecore_evas_event_handlers) / sizeof (Ecore_Event_Handler*); i++)
ecore_event_handler_del(ecore_evas_event_handlers[i]);
ecore_event_evas_shutdown();
ecore_event_evas_shutdown();
}