Merge pull request #12985 from taosdata/fix/ZhiqiangWang/TD-15849-dll-exit-error
fix(os): dll exit error
This commit is contained in:
commit
421a6c89b1
|
@ -1458,7 +1458,7 @@ _return:
|
|||
}
|
||||
|
||||
void ctgUpdateThreadFuncUnexpectedStopped(void) {
|
||||
if (CTG_IS_LOCKED(&gCtgMgmt.lock) == TD_RWLATCH_WRITE_FLAG_COPY) CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);
|
||||
if (CTG_IS_LOCKED(&gCtgMgmt.lock) > 0) CTG_UNLOCK(CTG_READ, &gCtgMgmt.lock);
|
||||
}
|
||||
|
||||
void* ctgUpdateThreadFunc(void* param) {
|
||||
|
|
Loading…
Reference in New Issue