fix: fix compile error

This commit is contained in:
yihaoDeng 2022-09-11 22:01:07 +08:00
parent f26047cfe8
commit 308bfe7fb8
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ void cliHandleExceptImpl(SCliConn* pConn, int32_t code) {
if (pCtx == NULL || pCtx->pSem == NULL) {
if (transMsg.info.ahandle == NULL) {
if (REQUEST_NO_RESP(&pMsg->msg)) destroyCmsg(pMsg);
if (REQUEST_NO_RESP(&pMsg->msg) || pMsg->type == Release) destroyCmsg(pMsg);
once = true;
continue;
}