From: Myoungwoon Kim Date: Mon, 2 May 2011 00:54:20 +0000 (+0900) Subject: After app-core fixed the issue about remaining app's callback funcs, Activate _elm_wi... X-Git-Tag: REL_I9200_20110603-1~94^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ca255ce910a426856efd987775a04b2f9382380;p=framework%2Fuifw%2Felementary.git After app-core fixed the issue about remaining app's callback funcs, Activate _elm_win_shutdown(). Change-Id: I72c5a50444bb2782d432e7059658eff7658950f4 --- diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index 8df852a..d6ae142 100644 --- a/src/lib/elm_main.c +++ b/src/lib/elm_main.c @@ -370,7 +370,9 @@ elm_shutdown(void) _elm_init_count--; if (_elm_init_count > 0) return _elm_init_count; // FIXME : it can cause abnormal program exit -// _elm_win_shutdown(); +// After app-core fixing the issue about app's callback fucntion pointer, +// activate _elm_win_shutdown(); + _elm_win_shutdown(); while (_elm_win_deferred_free) ecore_main_loop_iterate(); elm_quicklaunch_sub_shutdown(); elm_quicklaunch_shutdown();