Commit 0427a4ca authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4120], fix brt-clock-test

git-svn-id: file:///svn/toku/tokudb@36817 c7de825b-a66e-492c-adef-691d508d4ae1
parent 04aae8c0
......@@ -392,6 +392,8 @@ test_serialize_leaf(void) {
toku_free(elts[i]);
}
for (int i = 0; i < sn.n_children; i++) {
struct mempool * mp = &(BLB_BUFFER_MEMPOOL(&sn, i));
toku_mempool_destroy(mp);
destroy_basement_node(BLB(&sn, i));
}
toku_free(sn.bp);
......
Markdown is supported
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