Merge pull request #24767 from taosdata/fix/TD-28580-bk
free close window sbf
This commit is contained in:
commit
47fb5f81c8
|
@ -261,6 +261,7 @@ void updateInfoDestroy(SUpdateInfo *pInfo) {
|
|||
|
||||
taosArrayDestroy(pInfo->pTsSBFs);
|
||||
taosHashCleanup(pInfo->pMap);
|
||||
updateInfoDestoryColseWinSBF(pInfo);
|
||||
taosMemoryFree(pInfo);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue