fix:remove time cleanup to avoid unexpected error
This commit is contained in:
parent
651077866e
commit
c7475094ac
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue