fix mem leak
This commit is contained in:
parent
7c987fa740
commit
93702c8c41
|
@ -2504,6 +2504,10 @@ bool cliMayRetry(SCliConn* pConn, SCliReq* pReq, STransMsg* pResp) {
|
||||||
|
|
||||||
cliRetryMayInitCtx(pInst, pReq);
|
cliRetryMayInitCtx(pInst, pReq);
|
||||||
|
|
||||||
|
if (pReq->msg.info.qId != 0) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (!cliRetryShouldRetry(pInst, pResp)) {
|
if (!cliRetryShouldRetry(pInst, pResp)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue