fix: scalar expr memory leak issue
This commit is contained in:
parent
e234dda2de
commit
40b745932c
|
@ -634,6 +634,7 @@ void destroyTimeSliceOperatorInfo(void* param) {
|
||||||
taosMemoryFree(pKey->end.val);
|
taosMemoryFree(pKey->end.val);
|
||||||
}
|
}
|
||||||
taosArrayDestroy(pInfo->pLinearInfo);
|
taosArrayDestroy(pInfo->pLinearInfo);
|
||||||
|
cleanupExprSupp(&pInfo->scalarSup);
|
||||||
|
|
||||||
taosMemoryFree(pInfo->pFillColInfo);
|
taosMemoryFree(pInfo->pFillColInfo);
|
||||||
taosMemoryFreeClear(param);
|
taosMemoryFreeClear(param);
|
||||||
|
|
Loading…
Reference in New Issue