fix(query): fix memory leak.

This commit is contained in:
Haojun Liao 2022-07-19 17:58:24 +08:00
parent 282630a394
commit ef17baedbe
1 changed files with 1 additions and 0 deletions

View File

@ -1543,6 +1543,7 @@ void destroyStreamFinalIntervalOperatorInfo(void* param, int32_t numOfOutput) {
taosArrayDestroy(pInfo->pPullWins);
blockDataDestroy(pInfo->pPullDataRes);
taosArrayDestroy(pInfo->pRecycledPages);
blockDataDestroy(pInfo->pUpdateRes);
if (pInfo->pChildren) {
int32_t size = taosArrayGetSize(pInfo->pChildren);