fix quit error

This commit is contained in:
yihaoDeng 2024-10-30 10:23:28 +08:00
parent 1dfad47bfa
commit a3b797031d
1 changed files with 1 additions and 1 deletions

View File

@ -3142,7 +3142,7 @@ static int32_t transInitMsg(void* pInstRef, const SEpSet* pEpSet, STransMsg* pRe
if (ctx != NULL) pCtx->userCtx = *ctx;
pCliReq = taosMemoryCalloc(1, sizeof(SCliReq));
if (pReq == NULL) {
if (pCliReq == NULL) {
TAOS_CHECK_GOTO(terrno, NULL, _exception);
}