Commit 35d48c68 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

app verifier now likes the brt-serialize-test. closes #1337

git-svn-id: file:///svn/toku/tokudb.1032b@8392 c7de825b-a66e-492c-adef-691d508d4ae1
parent 985f5d34
......@@ -119,7 +119,7 @@ static void test_serialize(void) {
block_allocator_free_block(brt_h->block_allocator, 4096);
destroy_block_allocator(&brt_h->block_allocator);
toku_free(btps);
toku_free(brt_h->block_translation);
toku_free(brt_h);
toku_free(brt);
}
......
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