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:
Waldemar Zimpel
2024-09-26 03:37:19 +02:00
committed by David Goulet
parent 93df26b11a
commit 6feaea8fa4
7 changed files with 102 additions and 29 deletions
+3
View File
@@ -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.