free close window sbf

This commit is contained in:
54liuyao 2024-02-19 13:30:26 +08:00
parent 637ac543c8
commit 94542dfcd3
1 changed files with 1 additions and 1 deletions

View File

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