Fix ci mem leak.

This commit is contained in:
xiao-77 2024-12-12 09:42:56 +08:00
parent 391efd6bb9
commit 9f692705c7
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ static int32_t mndSendCfgDnodeReq(SMnode *pMnode, int32_t dnodeId, SDCfgDnodeReq
sdbRelease(pMnode->pSdb, pDnode);
return code;
}
rpcFreeCont(rpcRsp.pCont);
}
sdbRelease(pSdb, pDnode);
}