未验证 提交 421a6c89 编写于 作者: wafwerar's avatar wafwerar 提交者: GitHub

Merge pull request #12985 from taosdata/fix/ZhiqiangWang/TD-15849-dll-exit-error

fix(os): dll exit error
...@@ -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.
先完成此消息的编辑!
想要评论请 注册