fix(os): run case on win

This commit is contained in:
afwerar 2022-05-25 18:28:57 +08:00
parent 3a0efe7255
commit 21bc9335de
1 changed files with 2 additions and 2 deletions

View File

@ -1458,7 +1458,7 @@ _return:
}
void ctgUpdateThreadFuncUnexpectedStopped(void) {
CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);
if (CTG_IS_LOCKED(&gCtgMgmt.lock)) CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);
}
void* ctgUpdateThreadFunc(void* param) {
@ -1497,7 +1497,7 @@ void* ctgUpdateThreadFunc(void* param) {
ctgdShowClusterCache(pCtg);
}
CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);
if (CTG_IS_LOCKED(&gCtgMgmt.lock)) CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);
qInfo("catalog update thread stopped");