TD-100
This commit is contained in:
parent
e165343c01
commit
0d2cc5b6f3
|
@ -1531,14 +1531,15 @@ void tsdbCleanupQueryHandle(tsdb_query_handle_t queryHandle) {
|
||||||
taosArrayDestroy(pQueryHandle->pTableCheckInfo);
|
taosArrayDestroy(pQueryHandle->pTableCheckInfo);
|
||||||
tfree(pQueryHandle->compIndex);
|
tfree(pQueryHandle->compIndex);
|
||||||
|
|
||||||
size_t cols = taosArrayGetSize(pQueryHandle->pColumns);
|
// size_t cols = taosArrayGetSize(pQueryHandle->pColumns);
|
||||||
for (int32_t i = 0; i < cols; ++i) {
|
// for (int32_t i = 0; i < cols; ++i) {
|
||||||
SColumnInfoData* pColInfo = taosArrayGet(pQueryHandle->pColumns, i);
|
// SColumnInfoData* pColInfo = taosArrayGet(pQueryHandle->pColumns, i);
|
||||||
// tfree(pColInfo->pData);
|
// // tfree(pColInfo->pData);
|
||||||
}
|
// }
|
||||||
|
|
||||||
taosArrayDestroy(pQueryHandle->pColumns);
|
taosArrayDestroy(pQueryHandle->pColumns);
|
||||||
|
|
||||||
tfree(pQueryHandle->pDataBlockInfo);
|
tfree(pQueryHandle->pDataBlockInfo);
|
||||||
|
tsdbDestroyHelper(&pQueryHandle->rhelper);
|
||||||
tfree(pQueryHandle);
|
tfree(pQueryHandle);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue