提交 a564be71 编写于 作者: Y Yueh-Hsuan Chiang

Fix asan error in thread_status_impl.cc

上级 7165d188
......@@ -150,8 +150,8 @@ void ThreadStatusImpl::EraseDatabaseInfo(const void* db_key) {
for (auto cf_key : db_pair->second) {
auto cf_pair = cf_info_map_.find(cf_key);
assert(cf_pair != cf_info_map_.end());
result = cf_info_map_.erase(cf_key);
delete cf_pair->second;
result = cf_info_map_.erase(cf_key);
assert(result);
}
db_key_map_.erase(db_key);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册