fix mem leak

This commit is contained in:
yihaoDeng 2023-10-09 14:25:57 +08:00
parent be42143362
commit 28b546a4ad
1 changed files with 0 additions and 2 deletions

View File

@ -238,8 +238,6 @@ int32_t streamMetaReopen(SStreamMeta* pMeta, int64_t chkpId) {
return -1;
}
}
taosMemoryFree(defaultPath);
taosMemoryFree(newPath);
pMeta->streamBackend = streamBackendInit(pMeta->path, pMeta->chkpId);
while (pMeta->streamBackend == NULL) {