Remove ecore_shutdown in ttsd_server
[platform/core/uifw/tts.git] / server / ttsd_server.c
index 724dc85..cdd6e9b 100644 (file)
@@ -545,7 +545,6 @@ static Eina_Bool __quit_ecore_loop(void *data)
        ttsd_network_finalize();
        ttsd_finalize();
        ecore_main_loop_quit();
-       ecore_shutdown();
 
        return EINA_FALSE;
 }