Browse Source

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

pull/791/head
R4SAS 8 years ago
parent
commit
2d46cb072e
  1. 2
      Streaming.cpp

2
Streaming.cpp

@ -51,7 +51,7 @@ namespace stream @@ -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 ());
}

Loading…
Cancel
Save