fix review

This commit is contained in:
pengrongkun94@qq.com 2025-02-25 15:06:59 +08:00
parent 1e569acc33
commit 09a8a81316
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ bool stmtDequeue(STscStmt* pStmt, SStmtQNode** param) {
} }
} }
if (pStmt->queue.stopQueue) { if (pStmt->queue.stopQueue) {
(void)taosThreadMutexUnlock(&pStmt->queue.mutex);
return false; return false;
} }
SStmtQNode* orig = pStmt->queue.head; SStmtQNode* orig = pStmt->queue.head;

View File

@ -53,7 +53,6 @@ static bool stmtDequeue(STscStmt2* pStmt, SStmtQNode** param) {
} }
} }
if (pStmt->queue.stopQueue) { if (pStmt->queue.stopQueue) {
(void)taosThreadMutexUnlock(&pStmt->queue.mutex);
return false; return false;
} }
SStmtQNode* orig = pStmt->queue.head; SStmtQNode* orig = pStmt->queue.head;