fix:memory leak

This commit is contained in:
wangmm0220 2023-02-06 09:21:46 +08:00
parent 51760c10ec
commit 33de4e2aba
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ int32_t tqTaosxScanLog(STQ* pTq, STqHandle* pHandle, SPackedData submit, STaosxR
}
}
}
taosArrayDestroy(pBlocks);
taosArrayDestroy(pSchemas);
// if (pRsp->blockNum == 0) {
// return -1;
// }