Commit d0f88d2d authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

closes #5544 fix mem leaks

git-svn-id: file:///svn/toku/tokudb@48499 c7de825b-a66e-492c-adef-691d508d4ae1
parent 95d0eb9b
...@@ -585,6 +585,8 @@ main (int argc, const char *const argv[]) { ...@@ -585,6 +585,8 @@ main (int argc, const char *const argv[]) {
toku_blocktable_iterate(ft->blocktable, TRANSLATION_CHECKPOINTED, toku_blocktable_iterate(ft->blocktable, TRANSLATION_CHECKPOINTED,
dump_node_wrapper, &info, true, true); dump_node_wrapper, &info, true, true);
} }
toku_cachefile_close(&cf, false, ZERO_LSN);
toku_cachetable_close(&ct);
toku_ft_free(ft); toku_ft_free(ft);
toku_ft_layer_destroy(); toku_ft_layer_destroy();
return 0; return 0;
......
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