enh: TD-33933-decouple-send-heartbeat-fix-cases

This commit is contained in:
dmchen 2025-03-04 14:21:48 +08:00
parent f12201c8a4
commit 44e6268b36
1 changed files with 3 additions and 0 deletions

View File

@ -686,6 +686,9 @@ void taosTmrCleanUp(void* handle) {
taosCleanUpScheduler(tmrQhandle);
taosMemoryFreeClear(tmrQhandle);
taosCleanUpScheduler(tmrQhandleHigh);
taosMemoryFreeClear(tmrQhandleHigh);
for (int32_t i = 0; i < tListLen(wheels); i++) {
time_wheel_t* wheel = wheels + i;
(void)taosThreadMutexDestroy(&wheel->mutex);