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>
This commit is contained in:
Wonki Kim 2018-04-16 11:18:27 -07:00 committed by Cedric BAIL
parent 9c8ebc9dfc
commit 34216aa9eb
1 changed files with 1 additions and 1 deletions

View File

@ -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();