reduced memory usage

This commit is contained in:
orignal 2015-03-12 11:43:36 -04:00
parent 550f9de41a
commit 57d4ccfdfd
2 changed files with 3 additions and 0 deletions

View file

@ -394,6 +394,7 @@ namespace transport
Terminate ();
return;
}
m_RemoteIdentity.DropVerifier ();
SendPhase4 (tsA, tsB);
}
@ -467,6 +468,7 @@ namespace transport
Terminate ();
return;
}
m_RemoteIdentity.DropVerifier ();
LogPrint (eLogInfo, "NTCP session to ", m_Socket.remote_endpoint (), " connected");
Connected ();