Add ecore_shutdown to shut the ecore of ttse_main
[platform/core/uifw/tts.git] / server / ttsd_server.c
index bb63410..27b5e01 100644 (file)
@@ -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;
 }