epee: fix bug deleting more than one connection at once

release-v0.4.0.1
moneromooo-monero 8 years ago
parent dfd0e9c97d
commit e98b26a87e
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -695,6 +695,7 @@ void async_protocol_handler_config<t_connection_context>::del_out_connections(si
{
close(*out_connections.begin());
del_connection(m_connects.at(*out_connections.begin()));
out_connections.erase(out_connections.begin());
--count;
}

Loading…
Cancel
Save