jpeg pushed a commit to branch efl-1.20.

http://git.enlightenment.org/core/efl.git/commit/?id=9b6a6098dc9ea3a35ba6f2b2cf80670df2931f06

commit 9b6a6098dc9ea3a35ba6f2b2cf80670df2931f06
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Sep 26 16:21:27 2017 +0900

    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
---
 src/lib/elementary/elm_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c
index cc38bfe3b1..d7efe136b5 100644
--- a/src/lib/elementary/elm_main.c
+++ b/src/lib/elementary/elm_main.c
@@ -883,7 +883,7 @@ elm_quicklaunch_shutdown(void)
    _elm_emotion_shutdown();
 
    ecore_file_shutdown();
-   eio_init();
+   eio_shutdown();
    ecore_shutdown();
    eet_shutdown();
 

-- 


Reply via email to