fix:remove time cleanup to avoid unexpected error

This commit is contained in:
wangmm0220 2024-07-19 17:13:16 +08:00
parent 651077866e
commit c7475094ac
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ void schedulerDestroy(void) {
}
SCH_UNLOCK(SCH_WRITE, &schMgmt.hbLock);
taosTmrCleanUp(schMgmt.timer);
qWorkerDestroy(&schMgmt.queryMgmt);
schMgmt.queryMgmt = NULL;
}