Commit 13852c48 authored by Christian Rober's avatar Christian Rober Committed by Yoni Fogel

refs #5374 Fixes for valgrind.

git-svn-id: file:///svn/toku/tokudb@47536 c7de825b-a66e-492c-adef-691d508d4ae1
parent dea947cf
...@@ -339,6 +339,7 @@ void checkpointer_test::test_end_checkpoint() { ...@@ -339,6 +339,7 @@ void checkpointer_test::test_end_checkpoint() {
assert(pp); assert(pp);
m_cp.m_ct->list.evict(pp); m_cp.m_ct->list.evict(pp);
} }
m_cp.destroy();
int r = ctbl.list.destroy(); int r = ctbl.list.destroy();
assert_zero(r); assert_zero(r);
} }
......
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