From 9a114273e7369b9a8a89878d0a4506d03adbe94c Mon Sep 17 00:00:00 2001 From: ppalan289 Date: Mon, 23 Mar 2026 10:51:18 +0000 Subject: [PATCH] RDKEMW-13215: dummy2 donotmerge Reason for change: Crash and memleak fix - latest Test Procedure: runbook test cases for bluetooth devices Risks: Low Priority: P1 Signed-off-by: ppalan289 --- src/bt-ifce/btrCore_dbus_bluez5.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bt-ifce/btrCore_dbus_bluez5.c b/src/bt-ifce/btrCore_dbus_bluez5.c index e17320e..f3e53f5 100644 --- a/src/bt-ifce/btrCore_dbus_bluez5.c +++ b/src/bt-ifce/btrCore_dbus_bluez5.c @@ -4799,6 +4799,7 @@ BtrCore_BTGetPairedDeviceInfo ( if (strcmp(dbusObject2, "Paired") == 0 && device_prop) { if(adapter_path) strncpy(&paths[d][0], adapter_path, (strlen(adapter_path) < BT_MAX_DEV_PATH_LEN) ? strlen(adapter_path) : BT_MAX_DEV_PATH_LEN - 1); +//DummyPR ++d; } }