mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
fix
This commit is contained in:
parent
7f7acd8bde
commit
be12739342
@ -572,7 +572,7 @@ namespace client
|
||||
memcpy(data, m_Buffer, len);
|
||||
m_Service.post([&,len, data] () {
|
||||
m_Destination->SendDatagramTo(data, len, Identity, 0, 0);
|
||||
delete data;
|
||||
delete [] data;
|
||||
});
|
||||
|
||||
Receive();
|
||||
|
Loading…
Reference in New Issue
Block a user