fix: scalar expr memory leak issue

This commit is contained in:
dapan1121 2023-02-02 19:39:08 +08:00
parent e234dda2de
commit 40b745932c
1 changed files with 1 additions and 0 deletions

View File

@ -634,6 +634,7 @@ void destroyTimeSliceOperatorInfo(void* param) {
taosMemoryFree(pKey->end.val);
}
taosArrayDestroy(pInfo->pLinearInfo);
cleanupExprSupp(&pInfo->scalarSup);
taosMemoryFree(pInfo->pFillColInfo);
taosMemoryFreeClear(param);