This commit is contained in:
liuyao 2023-08-24 16:36:58 +08:00
parent a72e6fd219
commit 7da464d8b7
1 changed files with 1 additions and 0 deletions

View File

@ -2922,6 +2922,7 @@ void destroyStreamSessionAggOperatorInfo(void* param) {
blockDataDestroy(pInfo->pUpdateRes);
tSimpleHashCleanup(pInfo->pStUpdated);
tSimpleHashCleanup(pInfo->pStDeleted);
pInfo->pUpdated = taosArrayDestroy(pInfo->pUpdated);
taosArrayDestroy(pInfo->historyWins);
taosMemoryFreeClear(param);