fix another memory problem

This commit is contained in:
Hongze Cheng 2022-12-07 10:21:01 +08:00
parent 046174656c
commit c0494b6453
1 changed files with 0 additions and 1 deletions

View File

@ -3942,7 +3942,6 @@ void tsdbReaderClose(STsdbReader* pReader) {
if (pReader->freeBlock) {
pReader->pResBlock = blockDataDestroy(pReader->pResBlock);
}
tBlockDataDestroy(&pReader->status.fileBlockData);
taosMemoryFree(pSupInfo->colId);
tBlockDataDestroy(&pReader->status.fileBlockData);