mem leak
This commit is contained in:
parent
a72e6fd219
commit
7da464d8b7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue