Fix SVace issue. 28/139528/1 tizen_3.0
authorDeokhyun Kim <dukan.kim@samsung.com>
Wed, 19 Jul 2017 08:27:09 +0000 (17:27 +0900)
committerDeokhyun Kim <dukan.kim@samsung.com>
Wed, 19 Jul 2017 08:27:09 +0000 (17:27 +0900)
Change-Id: I4654badb6b630928d7ee01f87570af44eba4b466
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
src/bt-syspopup-m.c
src/bt-syspopup-w.c

index 216e17abcee31a14f6fde562a9eaa68fb2cfca8b..91eadc86f0238a0bf456a6db123ba57d1c77aa5a 100644 (file)
@@ -2525,6 +2525,7 @@ static bool __bluetooth_create(void *data)
        Evas_Object *layout = NULL;
 
        BT_DBG("__bluetooth_create() start.");
+       retv_if(!data, false);
 
        /* create window */
        win = __bluetooth_create_win(PACKAGE);
index 0738ff9a09684bbb1baf442759a31ffc474506e7..d5b664eff0eef7f966f0e0bf3bfb0925fb244a26 100644 (file)
@@ -1943,6 +1943,7 @@ static bool __bluetooth_create(void *data)
        Evas_Object *win = NULL;
 
        BT_DBG("__bluetooth_create() start.");
+       retv_if(!data, false);
 
        elm_app_base_scale_set(1.3);
        /* create window */