Commit e1877dbb authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

Closes #2187 refs[t:2187] Call toku_checkpoint_destroy() from toku_brt_destroy().

git-svn-id: file:///svn/toku/tokudb@15931 c7de825b-a66e-492c-adef-691d508d4ae1
parent f9ac445e
......@@ -5108,6 +5108,8 @@ int toku_brt_destroy(void) {
int r = 0;
if (r==0)
r = toku_brt_lock_destroy();
if (r==0)
r = toku_checkpoint_destroy();
//Portability must be cleaned up last
if (r==0)
r = toku_portability_destroy();
......
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