Fix review errors.

This commit is contained in:
xiao-77 2024-12-11 09:35:35 +08:00
parent 28ea9b9f60
commit 99f4aadef1
1 changed files with 1 additions and 0 deletions

View File

@ -836,6 +836,7 @@ static int32_t mndProcessShowVariablesReq(SRpcMsg *pReq) {
}
if ((rspLen = tSerializeSShowVariablesRsp(pRsp, rspLen, &rsp)) <= 0) {
rpcFreeCont(pRsp);
code = rspLen;
goto _OVER;
}