提交 2e161729 编写于 作者: H Hongze Cheng

refact code

上级 bff8c216
......@@ -321,14 +321,12 @@ int32_t vnodeBufPoolRecycle(SVBufPool *pPool) {
if (rc == 0 || rc == TSDB_CODE_VND_QUERY_BUSY) {
pNode = pTNode;
} else {
taosThreadMutexUnlock(&pPool->mutex);
code = rc;
goto _exit;
}
}
taosThreadMutexUnlock(&pPool->mutex);
_exit:
taosThreadMutexUnlock(&pPool->mutex);
return code;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册