fix: fix mem leak

This commit is contained in:
slzhou 2023-06-06 10:20:52 +08:00
parent beb2b7b467
commit e2ac3d00ad
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ void destroyEWindowOperatorInfo(void* param) {
colDataDestroy(&pInfo->twAggSup.timeWindowData);
cleanupAggSup(&pInfo->aggSup);
cleanupExprSupp(&pInfo->scalarSup);
taosMemoryFreeClear(param);
}