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
This commit is contained in:
Barry Perlman 2013-04-16 23:58:53 -04:00 committed by Yoni Fogel
parent f9ac445e55
commit e1877dbb59

View file

@ -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();