projects
/
platform
/
core
/
appfw
/
app-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c6fc2
)
Check the elm init count
60/66760/3
author
Hwankyu Jhun
<h.jhun@samsung.com>
Thu, 21 Apr 2016 02:06:12 +0000
(11:06 +0900)
committer
Hwankyu 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
patch
|
blob
|
history
diff --git
a/src/appcore-efl.c
b/src/appcore-efl.c
index 773680e4c473c44c15f761ac923c4d51864c9eba..3abf084465dffbf966f81ac93268beda99392df9 100644
(file)
--- a/
src/appcore-efl.c
+++ b/
src/appcore-efl.c
@@
-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,