mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
closes #5544 fix mem leaks
git-svn-id: file:///svn/toku/tokudb@48499 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
95d0eb9b33
commit
d0f88d2d54
1 changed files with 2 additions and 0 deletions
|
@ -585,6 +585,8 @@ main (int argc, const char *const argv[]) {
|
|||
toku_blocktable_iterate(ft->blocktable, TRANSLATION_CHECKPOINTED,
|
||||
dump_node_wrapper, &info, true, true);
|
||||
}
|
||||
toku_cachefile_close(&cf, false, ZERO_LSN);
|
||||
toku_cachetable_close(&ct);
|
||||
toku_ft_free(ft);
|
||||
toku_ft_layer_destroy();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue