提交 9360cc69 编写于 作者: I Igor Canadi

Fix valgrind issue

上级 02d5bff3
......@@ -155,6 +155,7 @@ void* DBImpl::TEST_BeginWrite() {
void DBImpl::TEST_EndWrite(void* w) {
auto writer = reinterpret_cast<Writer*>(w);
EndWrite(writer, writer, Status::OK());
delete writer;
}
} // namespace rocksdb
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册