After app-core fixed the issue about remaining app's callback funcs, Activate _elm_wi...
authorMyoungwoon Kim <myoungwoon.kim@samsung.com>
Mon, 2 May 2011 00:54:20 +0000 (09:54 +0900)
committerMyoungwoon Kim <myoungwoon.kim@samsung.com>
Mon, 2 May 2011 01:04:22 +0000 (10:04 +0900)
Change-Id: I72c5a50444bb2782d432e7059658eff7658950f4

src/lib/elm_main.c

index 8df852a..d6ae142 100644 (file)
@@ -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();