Fix review errors.
This commit is contained in:
parent
28ea9b9f60
commit
99f4aadef1
|
@ -836,6 +836,7 @@ static int32_t mndProcessShowVariablesReq(SRpcMsg *pReq) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((rspLen = tSerializeSShowVariablesRsp(pRsp, rspLen, &rsp)) <= 0) {
|
if ((rspLen = tSerializeSShowVariablesRsp(pRsp, rspLen, &rsp)) <= 0) {
|
||||||
|
rpcFreeCont(pRsp);
|
||||||
code = rspLen;
|
code = rspLen;
|
||||||
goto _OVER;
|
goto _OVER;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue