1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

ctdb-tools: Fix CID 1364705 - resource leak

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12121

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
(cherry picked from commit 5f5d9549fcae4b2fa4b99bef3892a24bdbb0eaa9)
This commit is contained in:
Amitay Isaacs 2016-08-04 15:56:23 +10:00 committed by Stefan Metzmacher
parent 15c6776147
commit 66bf88a6e5

View File

@ -3023,6 +3023,8 @@ static int control_tickle(TALLOC_CTX *mem_ctx, struct ctdb_context *ctdb,
}
}
TALLOC_FREE(clist);
if (num_failed > 0) {
fprintf(stderr, "Failed to send %d tickles\n",
num_failed);