diff options
author | Waldemar Zimpel <w.zimpel@dev.utilizer.de> | 2024-11-13 00:58:30 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-12-03 09:20:15 -0500 |
commit | 4f3aafa1e422e9aa005b74c8a1d40cc3e9143346 (patch) | |
tree | eb59da32c914a5aff5773f07917165e1a55dd414 /changes/ticket40991 | |
parent | 89e5e03dd535c9b8a8b3a7e40da57145fdd558ba (diff) | |
download | tor-4f3aafa1e422e9aa005b74c8a1d40cc3e9143346.tar.gz tor-4f3aafa1e422e9aa005b74c8a1d40cc3e9143346.zip |
Rework of worker threads' start and exit + slight changes in cleanup code
See issue #40991
Diffstat (limited to 'changes/ticket40991')
-rw-r--r-- | changes/ticket40991 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40991 b/changes/ticket40991 new file mode 100644 index 0000000000..3ee26efb47 --- /dev/null +++ b/changes/ticket40991 @@ -0,0 +1,4 @@ + o Minor bugfixes (threads, memory): + - Rework start and exit of worker threads. + Improvements in cleanup of resources used by threads. + Fixes bug 40991; bugfix on 0.4.8.13. |