Skip to content
Snippets Groups Projects
Commit 7b171e58 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

modules/kmemcached: fixed memleak

parent 22bfaafd
Branches
Tags
No related merge requests found
......@@ -79,6 +79,7 @@ static int txn_commit(namedb_txn_t *txn)
free(freelist->at[i]);
}
array_clear(*freelist);
free(freelist);
txn->txn = NULL;
}
return KNOT_EOK;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment