Fix Savce Issue 93/119193/1 accepted/tizen/unified/20170316.101234 accepted/tizen/wearable/20170316.101219 submit/tizen/20170316.035932
authorJooseok Song <seogii.song@samsung.com>
Thu, 16 Mar 2017 03:20:42 +0000 (12:20 +0900)
committerJooseok Song <seogii.song@samsung.com>
Thu, 16 Mar 2017 03:20:42 +0000 (12:20 +0900)
Change-Id: I3f92e5e12cb104626b9a4faa0e9ed160a7d0448a

packaging/my-account.spec
src/my-account-view-main.c

index cda6ab9..e550e93 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       my-account-profile_wearable
 Summary:    My account application
-Version:    0.0.5
+Version:    0.0.6
 Release:    0
 Provides:   my-account = %{version}-%{release}
 Group:      main/devel
index a950345..b092103 100644 (file)
@@ -689,8 +689,10 @@ static bool __myaccount_get_account_app_info_cb(account_type_h account_type, voi
                return TRUE;
        }
 
-       if (ad == NULL)
+       if (ad == NULL) {
+               MA_MEM_FREE(app_info);
                return FALSE;
+       }
 
        ad->account_app_list = g_list_append(ad->account_app_list, (void*)app_info);