[SCM] Samba Shared Repository - branch master updated
Martin Schwenke
martins at samba.org
Fri Apr 17 08:33:02 UTC 2020
The branch, master has been updated
via ad4b53f2d95 ctdb: Fix a memleak
from 72a57d377e4 s4: torture: SMB2. Fix smb2.winattr to actually read the SD from the server and check it.
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit ad4b53f2d95de3d3609f3a23d96602f3dd516705
Author: Volker Lendecke <vl at samba.org>
Date: Thu Apr 16 14:38:34 2020 +0200
ctdb: Fix a memleak
Bug: https://bugzilla.samba.org/show_bug.cgi?id=14348
Signed-off-by: Volker Lendecke <vl at samba.org>
Reviewed-by: Martin Schwenke <martin at meltin.net>
Autobuild-User(master): Martin Schwenke <martins at samba.org>
Autobuild-Date(master): Fri Apr 17 08:32:35 UTC 2020 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
ctdb/server/ctdb_recoverd.c | 1 +
1 file changed, 1 insertion(+)
Changeset truncated at 500 lines:
diff --git a/ctdb/server/ctdb_recoverd.c b/ctdb/server/ctdb_recoverd.c
index ee083e92fb1..3f5d43c1e87 100644
--- a/ctdb/server/ctdb_recoverd.c
+++ b/ctdb/server/ctdb_recoverd.c
@@ -2078,6 +2078,7 @@ static int verify_local_ip_allocation(struct ctdb_context *ctdb,
/* Return early if disabled... */
if (ctdb_config.failover_disabled ||
ctdb_op_is_disabled(rec->takeover_run)) {
+ talloc_free(mem_ctx);
return 0;
}
--
Samba Shared Repository
More information about the samba-cvs
mailing list