ecore_cocoa: stop leaking init counts
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 2 Oct 2018 14:22:07 +0000 (16:22 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:42 +0000 (15:40 +0900)
src/lib/ecore_cocoa/ecore_cocoa.m

index d8ce7a6..8692b4e 100644 (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;
 }