fix: fix invalid read-write

This commit is contained in:
yihaoDeng 2023-02-20 21:40:24 +08:00
parent 409e9a9ac8
commit 8fa55d3844
1 changed files with 0 additions and 1 deletions

View File

@ -1604,7 +1604,6 @@ static void cliAsyncCb(uv_async_t* handle) {
SCliThrd* pThrd = item->pThrd; SCliThrd* pThrd = item->pThrd;
STrans* pTransInst = pThrd->pTransInst; STrans* pTransInst = pThrd->pTransInst;
SCliMsg* pMsg = NULL;
// batch process to avoid to lock/unlock frequently // batch process to avoid to lock/unlock frequently
queue wq; queue wq;
taosThreadMutexLock(&item->mtx); taosThreadMutexLock(&item->mtx);