Merge pull request #26692 from taosdata/fix/TS-4921

fix:remove time cleanup to avoid unexpected error
This commit is contained in:
dapan1121 2024-07-22 09:05:09 +08:00 committed by GitHub
commit d834da9371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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