Add missing cleanup

This was harmless, but best to be consistent.
This commit is contained in:
Benjamin Saunders
2019-01-26 14:22:13 -08:00
committed by Dirkjan Ochtman
parent eba8048a58
commit 97d093ff17
+1
View File
@@ -606,6 +606,7 @@ impl Endpoint {
.remove(&self.connections[ch].remote());
self.dirty_timers.remove(&ch);
self.eventful_conns.remove(&ch);
self.needs_transmit.remove(&ch);
self.connections.remove(ch.0);
}