Remove elm_shutdown() in create callback handler 56/111256/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 20 Jan 2017 03:58:49 +0000 (12:58 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 20 Jan 2017 03:58:52 +0000 (12:58 +0900)
After integrating appcore, elm_shutdown() will be called when it's destroyed automatically

Change-Id: Ic545d4b6b6c388d987161d6662574d0d84b08d44
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/sclcoreui-efl.cpp

index 60e0eb2..8f0147a 100644 (file)
@@ -412,7 +412,6 @@ int CSCLCoreUIEFL::create(void *data)
 #ifdef WAYLAND
     if (!check_evas_engine(&wlkb)) {
         LOGW("_wlkb_check_evas_engine error!\n");
-        elm_shutdown();
         return -1;
     }
     LOGD("Selected engine: '%s'\n", wlkb.ee_engine);