提交 07d8ece3 编写于 作者: dengyihao's avatar dengyihao

opt mem

上级 9de0afc8
......@@ -4891,6 +4891,12 @@ void destroyTableMergeScanOperatorInfo(void* param) {
tsdbReaderClose(pTableScanInfo->pReader);
for (int i = 0; i < taosArrayGetSize(pTableScanInfo->queryConds); i++) {
SQueryTableDataCond* pCond = taosArrayGet(pTableScanInfo->queryConds, i);
taosMemoryFree(pCond->colList);
}
taosArrayDestroy(pTableScanInfo->queryConds);
if (pTableScanInfo->matchInfo.pList != NULL) {
taosArrayDestroy(pTableScanInfo->matchInfo.pList);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册