From 938ee9b24dfda03a68a71d43b88e9fb00a90f9c8 Mon Sep 17 00:00:00 2001 From: Andrea Shepard Date: Mon, 23 Sep 2013 09:37:26 -0700 Subject: Always call circuit_n_chan_done(chan, 0) from channel_closed() --- changes/bug9776 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug9776 (limited to 'changes') diff --git a/changes/bug9776 b/changes/bug9776 new file mode 100644 index 0000000000..ea3a96abb3 --- /dev/null +++ b/changes/bug9776 @@ -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. -- cgit v1.2.3-54-g00ecf