The Samba-Bugzilla – Attachment 15928 Details for
Bug 14348
memleak in ctdb_recoverd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-14348.txt (text/plain), 1.02 KB, created by
Volker Lendecke
on 2020-04-17 08:38:21 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2020-04-17 08:38:21 UTC
Size:
1.02 KB
patch
obsolete
>From 37d4cf4f275790d627d3018a3dd295ad7b1427cf Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Thu, 16 Apr 2020 14:38:34 +0200 >Subject: [PATCH] ctdb: Fix a memleak > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=14348 >Signed-off-by: Volker Lendecke <vl@samba.org> >Reviewed-by: Martin Schwenke <martin@meltin.net> > >Autobuild-User(master): Martin Schwenke <martins@samba.org> >Autobuild-Date(master): Fri Apr 17 08:32:35 UTC 2020 on sn-devel-184 > >(cherry picked from commit ad4b53f2d95de3d3609f3a23d96602f3dd516705) >--- > ctdb/server/ctdb_recoverd.c | 1 + > 1 file changed, 1 insertion(+) > >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; > } > >-- >2.20.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
slow
:
review+
Actions:
View
Attachments on
bug 14348
: 15928