elm: Fix elm_shutdown
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 07:21:27 +0000 (16:21 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 08:58:07 +0000 (17:58 +0900)
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

src/lib/elementary/elm_main.c

index f433d57..196f5b5 100644 (file)
@@ -883,7 +883,7 @@ elm_quicklaunch_shutdown(void)
    _elm_emotion_shutdown();
 
    ecore_file_shutdown();
-   eio_init();
+   eio_shutdown();
    ecore_shutdown();
    eet_shutdown();