The branch, master has been updated
via 8a0c8bfa129 nsswitch/libwbclient: Fix CID #1034861 Resource leak
from 5200c120f34 vfs_ceph_new: Use integer value instead of boolean
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 8a0c8bfa1296dedab5a2524aee95a5d4dc687435
Author: Shweta Sodani <[email protected]>
Date: Fri Sep 19 18:41:49 2025 +0530
nsswitch/libwbclient: Fix CID #1034861 Resource leak
Signed-off-by: Shweta Sodani <[email protected]>
Reviewed-by: Vinit Agnihotri <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Reviewed-by: Anoop C S <[email protected]>
Autobuild-User(master): Anoop C S <[email protected]>
Autobuild-Date(master): Mon Sep 22 14:46:13 UTC 2025 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
nsswitch/libwbclient/tests/wbclient.c | 1 +
1 file changed, 1 insertion(+)
Changeset truncated at 500 lines:
diff --git a/nsswitch/libwbclient/tests/wbclient.c
b/nsswitch/libwbclient/tests/wbclient.c
index a58e65023da..a45ee59899f 100644
--- a/nsswitch/libwbclient/tests/wbclient.c
+++ b/nsswitch/libwbclient/tests/wbclient.c
@@ -648,6 +648,7 @@ static bool test_wbc_resolve_winsbyname(struct
torture_context *tctx)
torture_assert_wbc_ok(tctx, ret, "wbcResolveWinsByName for %s
failed", name);
}
+ wbcFreeMemory(ip);
return true;
}
--
Samba Shared Repository