Fix svace issue 75/318075/1 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.235245 accepted/tizen/unified/20241004.041923 accepted/tizen/unified/toolchain/20241022.122459 accepted/tizen/unified/toolchain/20241022.122929 accepted/tizen/unified/x/20241006.082020 accepted/tizen/unified/x/asan/20241014.000053 tizen_9.0_m2_release
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 24 Sep 2024 08:50:31 +0000 (17:50 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 24 Sep 2024 08:50:31 +0000 (17:50 +0900)
Change-Id: Ic75b15bc05041a84b75b907dea53d038c8fd9ddf

packaging/asp-manager.spec
src/asp-manager.c

index 382319609252504402ecdc27ff3077fc5b72c743..73439e5ddd32d9f24cac8dcc60109b0ad3a6df1a 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       asp-manager
 Summary:    ASP(application service platform) manager
-Version:    0.0.35
+Version:    0.0.36
 Release:    1
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
index 1e45e70139670eafaf2b252125be64317e3f4f14..d4a4fa8f4f633ffed581d04c34dd9b55b46c2280 100755 (executable)
@@ -161,9 +161,7 @@ static void __asp_manager_deinit()
                return;
        }
 
-       if (!asp_session_deinitialize())
-               ASP_LOGE("Failed to deinitialize session");
-
+       asp_session_deinitialize();
        asp_tech_deinit();
        asp_service_deinit();
        asp_manager_gdbus_deinit((gpointer)g_asp);