mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-06 20:48:53 +00:00
abstract_tcp_server2: fix use after free
This commit is contained in:
parent
05b49cc1bb
commit
6eaa228b16
@ -652,13 +652,13 @@ PRAGMA_WARNING_DISABLE_VS(4355)
|
||||
m_timer.cancel();
|
||||
boost::system::error_code ignored_ec;
|
||||
socket_.shutdown(boost::asio::ip::tcp::socket::shutdown_both, ignored_ec);
|
||||
m_was_shutdown = true;
|
||||
m_protocol_handler.release_protocol();
|
||||
if (!m_host.empty())
|
||||
{
|
||||
host_count(m_host, -1);
|
||||
m_host = "";
|
||||
}
|
||||
m_was_shutdown = true;
|
||||
m_protocol_handler.release_protocol();
|
||||
return true;
|
||||
}
|
||||
//---------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user