[SCM] Samba Shared Repository - branch master updated
Anoop C S
anoopcs at samba.org
Mon Sep 22 14:47:01 UTC 2025
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 <ssodani at redhat.com>
Date: Fri Sep 19 18:41:49 2025 +0530
nsswitch/libwbclient: Fix CID #1034861 Resource leak
Signed-off-by: Shweta Sodani <ssodani at redhat.com>
Reviewed-by: Vinit Agnihotri <vagnihot at redhat.com>
Reviewed-by: Volker Lendecke <vl at samba.org>
Reviewed-by: Anoop C S <anoopcs at samba.org>
Autobuild-User(master): Anoop C S <anoopcs at samba.org>
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
More information about the samba-cvs
mailing list