mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
[t:4120], fix brt-clock-test
git-svn-id: file:///svn/toku/tokudb@36817 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
04aae8c0bc
commit
0427a4cacd
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue