Always call circuit_n_chan_done(chan, 0) from channel_closed()

This commit is contained in:
Andrea Shepard
2013-09-23 09:37:26 -07:00
committed by Nick Mathewson
parent 116e6af7a7
commit 938ee9b24d
3 changed files with 19 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
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.