From 7302ede2a9fafc17ca36b2c25999fe2156d43f89 Mon Sep 17 00:00:00 2001 From: ssitar583 Date: Thu, 26 Jun 2025 11:19:31 +0530 Subject: [PATCH] Update gdial.cpp --- server/plat/gdial.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/server/plat/gdial.cpp b/server/plat/gdial.cpp index 1415a2e5..71b9cfd1 100644 --- a/server/plat/gdial.cpp +++ b/server/plat/gdial.cpp @@ -82,11 +82,6 @@ class GDialCastObject reterror = GDIAL_CAST_ERROR_NONE; } } - if (nullptr != AppObj) - { - delete AppObj; - AppObj = nullptr; - } GDIAL_LOGTRACE("Exiting ..."); return reterror; } @@ -993,4 +988,4 @@ int gdial_os_application_service_notification(gboolean isNotifyRequired, void* n } GDIAL_LOGTRACE("Exiting ..."); return GDIAL_APP_ERROR_NONE; -} \ No newline at end of file +}