This commit is contained in:
yihaoDeng 2023-08-26 16:13:17 +08:00
parent b7c36bbfe4
commit 0348ef6e22
1 changed files with 2 additions and 1 deletions

View File

@ -13,10 +13,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "tmisce.h"
#include "executor.h" #include "executor.h"
#include "streamBackendRocksdb.h" #include "streamBackendRocksdb.h"
#include "streamInt.h" #include "streamInt.h"
#include "tmisce.h"
#include "tref.h" #include "tref.h"
#include "tstream.h" #include "tstream.h"
#include "ttimer.h" #include "ttimer.h"
@ -210,6 +210,7 @@ void streamMetaClose(SStreamMeta* pMeta) {
if (pMeta == NULL) { if (pMeta == NULL) {
return; return;
} }
taosTmrStop(pMeta->hbInfo.hbTmr);
streamMetaClear(pMeta); streamMetaClear(pMeta);