From e357ed7c5358e26139e40de303434d667f06fae0 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sat, 21 May 2022 13:47:37 +0800 Subject: [PATCH] refactor: adjust error codes --- source/dnode/mgmt/node_mgmt/src/dmMgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dnode/mgmt/node_mgmt/src/dmMgmt.c b/source/dnode/mgmt/node_mgmt/src/dmMgmt.c index 61aa87b031..c83550c7b1 100644 --- a/source/dnode/mgmt/node_mgmt/src/dmMgmt.c +++ b/source/dnode/mgmt/node_mgmt/src/dmMgmt.c @@ -317,5 +317,5 @@ void dmProcessServerStartupStatus(SDnode *pDnode, SRpcMsg *pMsg) { void dmProcessFetchRsp(SRpcMsg *pMsg) { qWorkerProcessFetchRsp(NULL, NULL, pMsg); - rpcFreeCont(pMsg->pCont); + // rpcFreeCont(pMsg->pCont); } \ No newline at end of file -- GitLab