fix filloperator memory leak

This commit is contained in:
wangjiaming0909 2024-10-23 18:19:37 +08:00
parent d1d6689684
commit a7eb3c2607
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ void destroyFillOperatorInfo(void* param) {
pInfo->pFinalRes = NULL;
cleanupExprSupp(&pInfo->noFillExprSupp);
cleanupExprSupp(&pInfo->fillNullExprSupp);
taosMemoryFreeClear(pInfo->p);
taosArrayDestroy(pInfo->matchInfo.pList);