src/server/daemon/threadpools.c

changeset 577
4f5ccaea4a92
parent 570
f95868a8ec37
child 579
e10457d74fe1
--- 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);
 }

mercurial