From: sooyeon.kim Date: Thu, 13 Jul 2017 08:03:49 +0000 (+0900) Subject: Add ecore_shutdown to shut the ecore of ttse_main X-Git-Tag: accepted/tizen/unified/20170717.021112^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd995d4ad0892874cdfba815fcc181152c8fff8d;p=platform%2Fcore%2Fuifw%2Ftts.git Add ecore_shutdown to shut the ecore of ttse_main Change-Id: I46ebf3badcba86ebc5efbe78533c7fed8912fc3e Signed-off-by: sooyeon.kim --- diff --git a/server/ttsd_server.c b/server/ttsd_server.c index bb63410..27b5e01 100644 --- a/server/ttsd_server.c +++ b/server/ttsd_server.c @@ -548,6 +548,7 @@ static Eina_Bool __quit_ecore_loop(void *data) ttsd_network_finalize(); ttsd_finalize(); ecore_main_loop_quit(); + ecore_shutdown(); return EINA_FALSE; }