mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
use shared_ptr for I2NP messages through tunnels
This commit is contained in:
@@ -617,7 +617,7 @@ namespace stream
|
||||
{
|
||||
i2p::tunnel::eDeliveryTypeTunnel,
|
||||
m_CurrentRemoteLease.tunnelGateway, m_CurrentRemoteLease.tunnelID,
|
||||
msg
|
||||
ToSharedI2NPMessage (msg)
|
||||
});
|
||||
m_NumSentBytes += it->GetLength ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user