fix some compile error

This commit is contained in:
Hongze Cheng 2022-07-05 03:14:28 +00:00
parent 406d35d43c
commit a031500dad
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ int32_t tsdbSnapReaderClose(STsdbSnapReader** ppReader) {
}
tBlockDataClear(&pReader->blkData);
tMapDataClear(&pReader->mBlock);
taosArrayDestroy(&pReader->aBlockIdx);
taosArrayDestroy(pReader->aBlockIdx);
if (pReader->pDataFReader) {
tsdbDataFReaderClose(&pReader->pDataFReader);
}