diff options
author | David Goulet <dgoulet@torproject.org> | 2022-08-02 16:08:50 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-08-02 16:08:50 -0400 |
commit | 0f9842a0d2018aef1d69f9cc66ae49e5e7fc2add (patch) | |
tree | db2cf790059fbcda0999750d189aa3790d194f77 /changes/ticket40604 | |
parent | ee20d74672dae079cb7edfc44e5ac33c7ed523f8 (diff) | |
parent | e69cf2340be05aaaa2d4df4085f236742696bf86 (diff) | |
download | tor-0f9842a0d2018aef1d69f9cc66ae49e5e7fc2add.tar.gz tor-0f9842a0d2018aef1d69f9cc66ae49e5e7fc2add.zip |
Merge branch 'maint-0.4.6' into release-0.4.6
Diffstat (limited to 'changes/ticket40604')
-rw-r--r-- | changes/ticket40604 | 5 |
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. |