mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +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);
|
||||
m_Service.post([&,len, data] () {
|
||||
m_Destination->SendDatagramTo(data, len, Identity, 0, 0);
|
||||
delete data;
|
||||
delete [] data;
|
||||
});
|
||||
|
||||
Receive();
|
||||
|
|
Loading…
Add table
Reference in a new issue