ref: c72db2f4e5d5ad6eafc6a4b662c831c7d2d3c9df
parent: 5762ee2b7d3b7835e9c9c8107301d0926dbbda0d
author: mkf <mkf@cloud9p.org>
date: Thu Apr 25 04:06:59 EDT 2024
srv: destory pcount mutex
--- a/srv.c
+++ b/srv.c
@@ -443,7 +443,7 @@
;
close(listenfd);
-// pthread_mutex_destroy(&pcount_mutex);
+ pthread_mutex_destroy(&pcount_mutex);
// pthread_mutex_destroy(&print_mutex);
return 0;
}