mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 21:06:39 +01: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
Reference in a new issue