fix quit error
This commit is contained in:
parent
1dfad47bfa
commit
a3b797031d
|
@ -3142,7 +3142,7 @@ static int32_t transInitMsg(void* pInstRef, const SEpSet* pEpSet, STransMsg* pRe
|
||||||
if (ctx != NULL) pCtx->userCtx = *ctx;
|
if (ctx != NULL) pCtx->userCtx = *ctx;
|
||||||
|
|
||||||
pCliReq = taosMemoryCalloc(1, sizeof(SCliReq));
|
pCliReq = taosMemoryCalloc(1, sizeof(SCliReq));
|
||||||
if (pReq == NULL) {
|
if (pCliReq == NULL) {
|
||||||
TAOS_CHECK_GOTO(terrno, NULL, _exception);
|
TAOS_CHECK_GOTO(terrno, NULL, _exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue