tor/changes/bug12985
Nick Mathewson 4144b4552b Always event_del() connection events before freeing them
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.
2014-08-29 11:33:05 -04:00

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.