ecore_cocoa: stop leaking init counts

This commit is contained in:
Marcel Hollerbach 2018-10-02 16:22:07 +02:00
parent 1566861ace
commit 70ecf1056b
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ ecore_cocoa_shutdown(void)
eina_log_domain_unregister(_ecore_cocoa_log_domain);
ecore_event_shutdown();
ecore_shutdown();
return _ecore_cocoa_init_count;
}