Merge pull request #26692 from taosdata/fix/TS-4921
fix:remove time cleanup to avoid unexpected error
This commit is contained in:
commit
d834da9371
|
@ -214,7 +214,6 @@ void schedulerDestroy(void) {
|
|||
}
|
||||
SCH_UNLOCK(SCH_WRITE, &schMgmt.hbLock);
|
||||
|
||||
taosTmrCleanUp(schMgmt.timer);
|
||||
qWorkerDestroy(&schMgmt.queryMgmt);
|
||||
schMgmt.queryMgmt = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue