summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/ft/tests/cachetable-checkpointer-class.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/ft/tests/cachetable-checkpointer-class.cc')
-rw-r--r--storage/tokudb/ft-index/ft/tests/cachetable-checkpointer-class.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/tokudb/ft-index/ft/tests/cachetable-checkpointer-class.cc b/storage/tokudb/ft-index/ft/tests/cachetable-checkpointer-class.cc
index fff19153183..c2adc202fb5 100644
--- a/storage/tokudb/ft-index/ft/tests/cachetable-checkpointer-class.cc
+++ b/storage/tokudb/ft-index/ft/tests/cachetable-checkpointer-class.cc
@@ -165,6 +165,7 @@ void checkpointer_test::test_begin_checkpoint() {
}
ctbl.list.destroy();
m_cp.destroy();
+ cfl.destroy();
}
//------------------------------------------------------------------------------
@@ -257,6 +258,7 @@ void checkpointer_test::test_pending_bits() {
ctbl.list.destroy();
m_cp.destroy();
+ cfl.destroy();
}
//------------------------------------------------------------------------------
@@ -394,6 +396,7 @@ void checkpointer_test::test_end_checkpoint() {
}
m_cp.destroy();
ctbl.list.destroy();
+ cfl.destroy();
}