mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use shared_ptr for I2NP messages through tunnels
This commit is contained in:
parent
122b8c2a84
commit
4ed7e29896
16 changed files with 75 additions and 127 deletions
|
@ -617,7 +617,7 @@ namespace stream
|
|||
{
|
||||
i2p::tunnel::eDeliveryTypeTunnel,
|
||||
m_CurrentRemoteLease.tunnelGateway, m_CurrentRemoteLease.tunnelID,
|
||||
msg
|
||||
ToSharedI2NPMessage (msg)
|
||||
});
|
||||
m_NumSentBytes += it->GetLength ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue