This commit is contained in:
yihaoDeng 2023-08-26 16:15:26 +08:00
parent 0348ef6e22
commit bed5765013
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ void streamMetaClose(SStreamMeta* pMeta) {
if (pMeta == NULL) {
return;
}
// TODO, add ref to resolve race: timer thread cannot stop
taosTmrStop(pMeta->hbInfo.hbTmr);
streamMetaClear(pMeta);