cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=34216aa9ebb54e1615287eabb5b0c203839aa3f6

commit 34216aa9ebb54e1615287eabb5b0c203839aa3f6
Author: Wonki Kim <wonki_....@samsung.com>
Date:   Mon Apr 16 11:18:27 2018 -0700

    Fix a shutdown logic to be reachable in some case
    
    Summary:
    move evas_async_events_shutdown: to out of EVAS_CSERVE2 ifdef block
    to make it reachable.
    
    Reviewers: cedric, woohyun
    
    Differential Revision: https://phab.enlightenment.org/D5926
    
    Reviewed-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/lib/evas/canvas/evas_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_main.c b/src/lib/evas/canvas/evas_main.c
index 6ba15230a5..0a2753508b 100644
--- a/src/lib/evas/canvas/evas_main.c
+++ b/src/lib/evas/canvas/evas_main.c
@@ -104,8 +104,8 @@ evas_init(void)
    _evas_preload_thread_shutdown();
 #ifdef EVAS_CSERVE2
    if (cs2) evas_cserve2_shutdown();
- shutdown_async_events:
 #endif
+ shutdown_async_events:
    evas_async_events_shutdown();
  shutdown_module:
    evas_module_shutdown();

-- 


Reply via email to