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