fix: fix memory leak

This commit is contained in:
shenglian zhou 2022-07-26 17:10:43 +08:00
parent cdcb1a368d
commit dab90f47bc
1 changed files with 1 additions and 0 deletions

View File

@ -3548,6 +3548,7 @@ void destroyAggOperatorInfo(void* param, int32_t numOfOutput) {
cleanupBasicInfo(&pInfo->binfo);
cleanupAggSup(&pInfo->aggSup);
cleanupExprSupp(&pInfo->scalarExprSup);
cleanupGroupResInfo(&pInfo->groupResInfo);
taosMemoryFreeClear(param);
}