Commit d699dd56 authored by Dave Wells's avatar Dave Wells Committed by Yoni Fogel

disassociate during close

git-svn-id: file:///svn/toku/tokudb@25874 c7de825b-a66e-492c-adef-691d508d4ae1
parent 95a38ff3
......@@ -305,7 +305,7 @@ close_indexer(DB_INDEXER *indexer) {
}
// Disassociate the indexer from the hot db and free_indexer
// disassociate_indexer_from_hot_dbs(indexer);
disassociate_indexer_from_hot_dbs(indexer);
free_indexer(indexer);
}
toku_ydb_unlock();
......
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