1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00
This commit is contained in:
Jeff Becker 2017-01-31 11:55:57 -05:00
parent 925c51420d
commit ace16d473f

View File

@ -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
{