Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
bool restart;
pkgmgrinfo_app_hwacceleration hwacc;
pkgmgrinfo_app_component component;
+ int ret = -1;
if (!handle) {
_E("null app handle");
return -1;
}
- pkgmgrinfo_appinfo_get_appid(handle, &appid);
+ ret = pkgmgrinfo_appinfo_get_appid(handle, &appid);
+ if (ret < 0) {
+ _E("fail to get appinfo");
+ return -1;
+ }
g_hash_table_remove(cf->tbl, appid);
Name: aul
Summary: App utility library
-Version: 0.0.228
+Version: 0.0.229
Release: 1
Group: System/Libraries
License: Apache License, Version 2.0