elm: Fix elm_shutdown

ecore could not shut down properly in an elm_init()/elm_shutdown()
cycle, with 7 remaining references, all because of a typo.

This should help @cedric as well
This commit is contained in:
Jean-Philippe Andre 2017-09-26 16:21:27 +09:00
parent 5258a6d46f
commit 5cea60d157
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ elm_quicklaunch_shutdown(void)
_elm_emotion_shutdown();
ecore_file_shutdown();
eio_init();
eio_shutdown();
ecore_shutdown();
eet_shutdown();