From: Sameer Kumar Date: Tue, 30 Jul 2024 05:36:59 +0000 (+0530) Subject: This patch fixes SVACE issue. X-Git-Tag: accepted/tizen/unified/20240910.112415^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_9.0;p=platform%2Fcore%2Fconnectivity%2Fbt-syspopup.git This patch fixes SVACE issue. Issue ID: 225089 Change-Id: I7b577b6f3ad57d2f44895d64098e672b021fea24 Signed-off-by: Sameer Kumar --- diff --git a/src/bt-syspopup-m.c b/src/bt-syspopup-m.c index fa486b7..6235c6c 100644 --- a/src/bt-syspopup-m.c +++ b/src/bt-syspopup-m.c @@ -2788,7 +2788,7 @@ static void __bluetooth_reset(app_control_h app_control, void *data) ret = app_control_export_as_bundle(app_control, &b); if (ret != 0) { BT_ERR("Failed to Convert the service handle to bundle data"); - free(b); + bundle_free(b); return; }