commit
a88c230720
|
@ -546,10 +546,6 @@ static void destroyConn(SSrvConn* conn, bool clear) {
|
||||||
if (conn == NULL) {
|
if (conn == NULL) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// SRpcMsg* pMsg = &conn->sendMsg;
|
|
||||||
// transFreeMsg(pMsg->pCont);
|
|
||||||
// pMsg->pCont = NULL;
|
|
||||||
|
|
||||||
tDebug("conn %p try to destroy", conn);
|
tDebug("conn %p try to destroy", conn);
|
||||||
if (--conn->ref > 0) {
|
if (--conn->ref > 0) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue