[WGID-146488] Fixed SVACE issue (UNREACHABLE_CODE) 59/101759/1 accepted/tizen/common/20161202.233522 accepted/tizen/ivi/20161205.001419 accepted/tizen/mobile/20161205.001343 accepted/tizen/tv/20161205.001359 submit/tizen/20161202.121534
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 2 Dec 2016 06:09:23 +0000 (15:09 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 2 Dec 2016 06:11:33 +0000 (15:11 +0900)
Change-Id: Ie6aa866d15a2bbc5a18359a2d83ddf1ad8a70621
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/ug-setting-mobileap-efl.spec
src/mh_popup.c

index b527e0b..973eaf0 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-mobileap-efl
 Summary:       Tethering UI Gadget Library
-Version:       1.0.152
+Version:       1.0.153
 Release:       1
 Group:         App/Network
 License:       Flora-1.1
index 8f21c3f..7026576 100755 (executable)
@@ -41,7 +41,7 @@ static void __launch_network_app(void)
        int ret = APP_CONTROL_ERROR_NONE;
        app_control_h app_control;
 
-       app_control_create(&app_control);
+       ret = app_control_create(&app_control);
        if (ret != APP_CONTROL_ERROR_NONE) {
                ERR("app_control_create failed");
                return;