mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix: Memory leaks in cpuworker on shutdown
Resources allocated by cpuworker weren't being freed on clean shutdown. This applies for worker threads, worker thread pool, reply queue, reply event, ...
This commit is contained in:
committed by
David Goulet
parent
93df26b11a
commit
6feaea8fa4
@@ -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.
|
||||
Reference in New Issue
Block a user