diff options
author | David Goulet <dgoulet@torproject.org> | 2024-10-10 09:55:57 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-10-10 09:55:57 -0400 |
commit | 0577b630e190647939752d05a92b241960086b3b (patch) | |
tree | b9c144b9c7b988862247b41643f0f7d5ac2c4856 /changes | |
parent | cd04eee7e5024d08acfbac66f63d88d701c57285 (diff) | |
parent | 6feaea8fa44d4594388232f4e104a7c656013e19 (diff) | |
download | tor-0577b630e190647939752d05a92b241960086b3b.tar.gz tor-0577b630e190647939752d05a92b241960086b3b.zip |
Merge branch 'maint-0.4.8'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/thread-memleak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/thread-memleak b/changes/thread-memleak new file mode 100644 index 0000000000..a90792c01e --- /dev/null +++ b/changes/thread-memleak @@ -0,0 +1,3 @@ + o Minor bugfixes (memory): + - Fix memory leaks of the CPU worker code during shutdown. Fixes bug 833; + bugfix on 0.3.5.1-alpha. |