mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 09:56:35 +02:00
fix
This commit is contained in:
parent
7f7acd8bde
commit
be12739342
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue