提交 78be460a 编写于 作者: dengyihao's avatar dengyihao

handle except

上级 d63eb11b
......@@ -715,8 +715,7 @@ static void cliHandleRelease(SCliMsg* pMsg, SCliThrd* pThrd) {
int64_t refId = (int64_t)(pMsg->msg.info.handle);
SExHandle* exh = transAcquireExHandle(refMgt, refId);
if (exh == NULL) {
tDebug("%" PRid64 " already release", refId);
return NULL;
tDebug("%" PRId64 " already release", refId);
}
SCliConn* conn = exh->handle;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册