summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonki Kim <wonki_.kim@samsung.com>2018-04-16 11:18:27 -0700
committerCedric BAIL <cedric@osg.samsung.com>2018-04-16 11:18:29 -0700
commit34216aa9ebb54e1615287eabb5b0c203839aa3f6 (patch)
tree3a9c1e49914c4c8080c051d1563b26a9fef544f0
parent9c8ebc9dfc04aa923a97da29a6c7c70220097ea3 (diff)
downloadefl-34216aa9ebb54e1615287eabb5b0c203839aa3f6.tar.gz
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 <cedric@osg.samsung.com>
-rw-r--r--src/lib/evas/canvas/evas_main.c2
1 files changed, 1 insertions, 1 deletions
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();