Change-Id: If45ca18c6bb34defdd54b6b4dcdd9d8e638860b3
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
nRet = app_info_get_app_component_type(g_hApp_info, &g_hContext.comp_type);
if (nRet != APP_MANAGER_ERROR_NONE) {
FPRINTF("[Line : %d][%s] Failed to get app component type, nRet = %d\\n", __LINE__, API_NAMESPACE, nRet);
- app_info_destroy(g_hApp_info);
return;
}
g_bAppInfoCreation = true;
if(!g_bFeatureApp)
{
FPRINTF("[Line : %d][%s] System Feature is not supported\\n", __LINE__, API_NAMESPACE);
- app_info_destroy(g_hApp_info);
return;
}
}