mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
273 B
Plaintext
6 lines
273 B
Plaintext
|
o Normal bugfixes:
|
||
|
- Always call circuit_n_chan_done(chan, 0) from channel_closed(), so we
|
||
|
can't leak pending circuits in some cases where
|
||
|
run_connection_housekeeping() calls connection_or_close_normally().
|
||
|
Fixes bug #9776; bugfix on 0.2.4.17.
|