Merge pull request #2373 from taosdata/hotfix/refCount
set ip and port to 0
This commit is contained in:
commit
d6debe0e0f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue