Merge pull request #24767 from taosdata/fix/TD-28580-bk

free close window sbf
This commit is contained in:
Haojun Liao 2024-02-19 15:15:28 +08:00 committed by GitHub
commit 47fb5f81c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ void updateInfoDestroy(SUpdateInfo *pInfo) {
taosArrayDestroy(pInfo->pTsSBFs);
taosHashCleanup(pInfo->pMap);
updateInfoDestoryColseWinSBF(pInfo);
taosMemoryFree(pInfo);
}