summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-10-02 16:22:07 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2018-10-02 16:22:07 +0200
commit70ecf1056bb4be5a68b63044f938ccc2fe0a58c0 (patch)
treefc5f43088945ff96040e8d285e24d0fc8fd0ef85
parent1566861acefbe2313c5c4585438d410a62dfa0e8 (diff)
downloadefl-70ecf1056bb4be5a68b63044f938ccc2fe0a58c0.tar.gz
ecore_cocoa: stop leaking init counts
-rw-r--r--src/lib/ecore_cocoa/ecore_cocoa.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m b/src/lib/ecore_cocoa/ecore_cocoa.m
index d8ce7a6cf6..8692b4e34c 100644
--- a/src/lib/ecore_cocoa/ecore_cocoa.m
+++ b/src/lib/ecore_cocoa/ecore_cocoa.m
@@ -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;
}