mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed memory leak
This commit is contained in:
parent
ab0bd908ec
commit
a80e4ef0ea
4 changed files with 10 additions and 1 deletions
|
@ -763,6 +763,7 @@ namespace transport
|
|||
m_State = eSessionStateClosed;
|
||||
SendSesionDestroyed ();
|
||||
transports.PeerDisconnected (shared_from_this ());
|
||||
m_Data.Stop ();
|
||||
m_Timer.cancel ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue