未验证 提交 d6debe0e 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2373 from taosdata/hotfix/refCount

set ip and port to 0
......@@ -588,6 +588,8 @@ static void rpcReleaseConn(SRpcConn *pConn) {
pConn->inTranId = 0;
pConn->outTranId = 0;
pConn->secured = 0;
pConn->peerIp = 0;
pConn->peerPort = 0;
pConn->pReqMsg = NULL;
pConn->reqMsgLen = 0;
pConn->pContext = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册