diff -r 5c31cc844c68 -r 4f5ccaea4a92 src/server/daemon/threadpools.c
--- a/src/server/daemon/threadpools.c	Fri Jan 31 21:27:54 2025 +0100
+++ b/src/server/daemon/threadpools.c	Sat Feb 01 09:23:14 2025 +0100
@@ -158,4 +158,6 @@
     cx_foreach(threadpool_t*, tp, i) {
         threadpool_shutdown(tp, timeout);
     }
+    cxMapDestroy(thread_pool_map);
+    cxMapDestroy(io_pool_map);
 }