fix filloperator memory leak
This commit is contained in:
parent
d1d6689684
commit
a7eb3c2607
|
@ -337,6 +337,7 @@ void destroyFillOperatorInfo(void* param) {
|
||||||
pInfo->pFinalRes = NULL;
|
pInfo->pFinalRes = NULL;
|
||||||
|
|
||||||
cleanupExprSupp(&pInfo->noFillExprSupp);
|
cleanupExprSupp(&pInfo->noFillExprSupp);
|
||||||
|
cleanupExprSupp(&pInfo->fillNullExprSupp);
|
||||||
|
|
||||||
taosMemoryFreeClear(pInfo->p);
|
taosMemoryFreeClear(pInfo->p);
|
||||||
taosArrayDestroy(pInfo->matchInfo.pList);
|
taosArrayDestroy(pInfo->matchInfo.pList);
|
||||||
|
|
Loading…
Reference in New Issue