refactor: adjust error codes

This commit is contained in:
Shengliang Guan 2022-05-21 13:47:37 +08:00
parent e847cb3de2
commit e357ed7c53
1 changed files with 1 additions and 1 deletions

View File

@ -317,5 +317,5 @@ void dmProcessServerStartupStatus(SDnode *pDnode, SRpcMsg *pMsg) {
void dmProcessFetchRsp(SRpcMsg *pMsg) {
qWorkerProcessFetchRsp(NULL, NULL, pMsg);
rpcFreeCont(pMsg->pCont);
// rpcFreeCont(pMsg->pCont);
}