mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fix
This commit is contained in:
@@ -572,7 +572,7 @@ namespace client
|
|||||||
memcpy(data, m_Buffer, len);
|
memcpy(data, m_Buffer, len);
|
||||||
m_Service.post([&,len, data] () {
|
m_Service.post([&,len, data] () {
|
||||||
m_Destination->SendDatagramTo(data, len, Identity, 0, 0);
|
m_Destination->SendDatagramTo(data, len, Identity, 0, 0);
|
||||||
delete data;
|
delete [] data;
|
||||||
});
|
});
|
||||||
|
|
||||||
Receive();
|
Receive();
|
||||||
|
|||||||
Reference in New Issue
Block a user