aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40604
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-08-01 10:58:40 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-08-01 10:58:40 -0400
commit0c984e0ec25ddb6245dc36080565500aa1a62be6 (patch)
tree55f9e5ddffe2f97a93535e584edc03e71d7e9f9d /changes/ticket40604
parent691e542fd520edb8a1371eb42fa7b11b296616b9 (diff)
downloadtor-0c984e0ec25ddb6245dc36080565500aa1a62be6.tar.gz
tor-0c984e0ec25ddb6245dc36080565500aa1a62be6.zip
conn: Notify btrack subsys on normal OR conn close
Fixes #40604 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40604')
-rw-r--r--changes/ticket406045
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40604 b/changes/ticket40604
new file mode 100644
index 0000000000..ec24a46e66
--- /dev/null
+++ b/changes/ticket40604
@@ -0,0 +1,5 @@
+ o Major bugfixes (relay):
+ - Remove OR connections btrack subsystem entries when the connections
+ closes normally. Before this, we would only close it on error and thus
+ leaking memory for each normal OR connections. Fixes bug 40604; bugfix
+ on 0.4.0.1-alpha.