Browse Source

fix

pull/790/head
Jeff Becker 8 years ago
parent
commit
ace16d473f
  1. 2
      SAM.cpp

2
SAM.cpp

@ -744,7 +744,7 @@ namespace client @@ -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…
Cancel
Save