提交 deeeefdb 编写于 作者: wafwerar's avatar wafwerar

fix(os): dll exit error

上级 4cf843ed
...@@ -1458,7 +1458,7 @@ _return: ...@@ -1458,7 +1458,7 @@ _return:
} }
void ctgUpdateThreadFuncUnexpectedStopped(void) { 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) { void* ctgUpdateThreadFunc(void* param) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册