fix for svace issue 53/89053/1
authorIckhee Woo <ickhee.woo@samsung.com>
Thu, 22 Sep 2016 02:19:37 +0000 (11:19 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Thu, 22 Sep 2016 02:19:37 +0000 (11:19 +0900)
Change-Id: I7e542482ca4c8bab4f08edef0353d692cb5b0a2c
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
wearable/app/src/my-account-view-main.c

index cc4b418..d295f36 100755 (executable)
@@ -661,6 +661,8 @@ static bool __myaccount_get_account_app_info_cb(account_type_h account_type, voi
                        ret = account_type_get_label_by_locale(account_type, "en_GB", &provider_name);
                else
                        ret = account_type_get_label_by_locale(account_type, ad->current_language, &provider_name);
+       } else {
+               return FALSE;
        }
 
        if (ret != ACCOUNT_ERROR_NONE) {