fix(query): remove temp files.
This commit is contained in:
parent
be1d1c5f8e
commit
569c82886f
|
@ -727,7 +727,7 @@ static void destroyPartitionOperatorInfo(void* param, int32_t numOfOutput) {
|
|||
taosMemoryFree(pInfo->columnOffset);
|
||||
|
||||
cleanupExprSupp(&pInfo->scalarSup);
|
||||
clearDiskbasedBuf(pInfo->pBuf);
|
||||
destroyDiskbasedBuf(pInfo->pBuf);
|
||||
taosMemoryFreeClear(param);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue