提交 52b7d789 编写于 作者: J JiahuaChen 提交者: LINGuanRen

Fix ObLogFileStore leak

上级 4ca9eabc
......@@ -144,6 +144,10 @@ int ObStorageLogCommittedTransGetter::revise_log(const char* log_dir)
if (OB_SUCC(ret)) {
min_log_file_id_ = min_log_id;
}
if (nullptr != store) {
ObLogStoreFactory::destroy(store);
}
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册