From 34216aa9ebb54e1615287eabb5b0c203839aa3f6 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Mon, 16 Apr 2018 11:18:27 -0700 Subject: [PATCH] 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 --- 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();