mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
disabled cleanup() before deleting stream on termination (line 54)
This commit is contained in:
parent
28cf450bfa
commit
2d46cb072e
|
@ -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…
Reference in a new issue