mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixed memory leak
This commit is contained in:
parent
ab0bd908ec
commit
a80e4ef0ea
4 changed files with 10 additions and 1 deletions
|
@ -28,6 +28,11 @@ namespace transport
|
|||
delete it.second;
|
||||
}
|
||||
|
||||
void SSUData::Stop ()
|
||||
{
|
||||
m_ResendTimer.cancel ();
|
||||
}
|
||||
|
||||
void SSUData::AdjustPacketSize (const i2p::data::RouterInfo& remoteRouter)
|
||||
{
|
||||
auto ssuAddress = remoteRouter.GetSSUAddress ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue