Check the elm init count 60/66760/3
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 21 Apr 2016 02:06:12 +0000 (11:06 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 21 Apr 2016 06:53:58 +0000 (15:53 +0900)
Change-Id: If50820b266d09ed9b54cabc45d546a840ad6975c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/appcore-efl.c

index 773680e..3abf084 100644 (file)
@@ -1069,7 +1069,8 @@ static void __after_loop(struct ui_priv *ui)
 
        __appcore_timer_del(ui);
 
-       elm_shutdown();
+       /* Check the launchpad-loader case */
+       while (elm_shutdown() > 0);
 }
 
 static int __set_data(struct ui_priv *ui, const char *name,