disabled cleanup() before deleting stream on termination (line 54)

This commit is contained in:
r4sas 2017-01-28 19:23:14 +03:00
parent 28cf450bfa
commit 2d46cb072e

View file

@ -51,7 +51,7 @@ namespace stream
m_SendHandler = nullptr;
handler (boost::asio::error::make_error_code (boost::asio::error::operation_aborted));
}
CleanUp ();
//CleanUp (); /* Need to recheck - broke working on windows */
m_LocalDestination.DeleteStream (shared_from_this ());
}