This commit is contained in:
liuyao 2023-08-25 14:55:46 +08:00
parent 7d44b7e4cb
commit 5f055b6cff
1 changed files with 1 additions and 0 deletions

View File

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