1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +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>
This commit is contained in:
Amitay Isaacs
2016-08-04 15:56:23 +10:00
committed by Martin Schwenke
parent 45b9c379b5
commit 5f5d9549fc

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);