don't use reset

This commit is contained in:
Jeff Becker 2018-04-24 11:50:51 -04:00
parent 73b3fbc2da
commit 623433099b
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -25,7 +25,7 @@ namespace client
SAMSocket::~SAMSocket ()
{
m_Stream.reset ();
m_Stream = nullptr;
}
void SAMSocket::Terminate (const char* reason)