don't use reset

This commit is contained in:
Jeff Becker
2018-04-24 11:50:51 -04:00
parent 73b3fbc2da
commit 623433099b

View File

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