mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
[t:4762], fix memory leak
git-svn-id: file:///svn/toku/tokudb@42337 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
340045d062
commit
80fd1d38f3
1 changed files with 1 additions and 0 deletions
|
@ -2467,6 +2467,7 @@ toku_bnc_flush_to_child(
|
|||
|
||||
// Free the OMT's we used for garbage collecting.
|
||||
toku_omt_destroy(&snapshot_txnids);
|
||||
toku_omt_destroy(&live_root_txns);
|
||||
toku_omt_free_items_pool(live_list_reverse);
|
||||
toku_omt_destroy(&live_list_reverse);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue