mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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.
4 lines
187 B
Text
4 lines
187 B
Text
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.
|