enh: TD-33933-decouple-send-heartbeat-fix-cases
This commit is contained in:
parent
f12201c8a4
commit
44e6268b36
|
@ -686,6 +686,9 @@ void taosTmrCleanUp(void* handle) {
|
||||||
taosCleanUpScheduler(tmrQhandle);
|
taosCleanUpScheduler(tmrQhandle);
|
||||||
taosMemoryFreeClear(tmrQhandle);
|
taosMemoryFreeClear(tmrQhandle);
|
||||||
|
|
||||||
|
taosCleanUpScheduler(tmrQhandleHigh);
|
||||||
|
taosMemoryFreeClear(tmrQhandleHigh);
|
||||||
|
|
||||||
for (int32_t i = 0; i < tListLen(wheels); i++) {
|
for (int32_t i = 0; i < tListLen(wheels); i++) {
|
||||||
time_wheel_t* wheel = wheels + i;
|
time_wheel_t* wheel = wheels + i;
|
||||||
(void)taosThreadMutexDestroy(&wheel->mutex);
|
(void)taosThreadMutexDestroy(&wheel->mutex);
|
||||||
|
|
Loading…
Reference in New Issue