“f6d56d843bc75006be98b480d12eceb5f034572d”上不存在“source/libs/tdb/src/btree/tdbBtreeDelete.c”
提交 7db12bb3 编写于 作者: dengyihao's avatar dengyihao

fix invalid free

上级 a8ffb823
...@@ -413,8 +413,8 @@ int32_t recoverSnapshot(SStreamFileState* pFileState) { ...@@ -413,8 +413,8 @@ int32_t recoverSnapshot(SStreamFileState* pFileState) {
taosMemoryFree(val); taosMemoryFree(val);
if (ts < pFileState->flushMark) { if (ts < pFileState->flushMark) {
// forceRemoveCheckPoint(pFileState->pFileStore, i); // forceRemoveCheckPoint(pFileState->pFileStore, i);
} else {
break; break;
} else {
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册