mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
4144b4552b
Previously, we had done this only in the connection_free() case, but when we called connection_free_() directly from connections_free_all(), we didn't free the connections.
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
o Minor bugfixes (shutdown):
|
|
- When shutting down, always call event_del() on lingering read or
|
|
write events before freeing them. Fixes bug 12985; bugfix on
|
|
0.1.0.2-rc.
|