fix invalid free

This commit is contained in:
yihaoDeng 2023-04-11 14:21:16 +00:00
parent a8ffb82370
commit 7db12bb317
1 changed files with 1 additions and 1 deletions

View File

@ -413,8 +413,8 @@ int32_t recoverSnapshot(SStreamFileState* pFileState) {
taosMemoryFree(val);
if (ts < pFileState->flushMark) {
// forceRemoveCheckPoint(pFileState->pFileStore, i);
} else {
break;
} else {
}
}