mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fix
This commit is contained in:
parent
925c51420d
commit
ace16d473f
1 changed files with 1 additions and 1 deletions
2
SAM.cpp
2
SAM.cpp
|
@ -744,7 +744,7 @@ namespace client
|
|||
memcpy(data+bsz+1, buf, len);
|
||||
// send to remote endpoint
|
||||
m_Owner.SendTo(data, sz, ep);
|
||||
delete [] buf;
|
||||
delete [] data;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue