diff options
Diffstat (limited to 'ctdb/tests/ctdb_fetch.c')
-rw-r--r-- | ctdb/tests/ctdb_fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/tests/ctdb_fetch.c b/ctdb/tests/ctdb_fetch.c index 33396fe4f3..35ab989299 100644 --- a/ctdb/tests/ctdb_fetch.c +++ b/ctdb/tests/ctdb_fetch.c @@ -89,6 +89,7 @@ static void bench_fetch_1node(struct ctdb_context *ctdb) data.dsize = strlen((const char *)data.dptr)+1; ret = ctdb_record_store(h, data); + talloc_free(h); if (ret != 0) { printf("Failed to store record\n"); } |