Ondřej Surý
57d0fabadd
Stop leaking mutex in nmworker and cond in nm socket
...
On FreeBSD, the pthread primitives are not solely allocated on stack,
but part of the object lives on the heap. Missing pthread_*_destroy
causes the heap memory to grow and in case of fast lived object it's
possible to run out-of-memory.
Properly destroy the leaking mutex (worker->lock) and
the leaking condition (sock->cond).
2021-12-08 17:58:53 +01:00
..
2021-11-30 12:20:22 +02:00
2021-12-08 17:58:53 +01:00
2021-12-07 21:12:53 +01:00
2021-07-06 05:33:48 +00:00
2021-08-30 08:47:39 +02:00
2021-07-06 05:33:48 +00:00
2021-07-06 05:33:48 +00:00
2021-08-30 08:47:39 +02:00
2021-10-14 10:33:24 +02:00
2021-07-06 05:33:48 +00:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-07-06 05:33:48 +00:00
2021-10-13 00:49:15 -07:00
2021-06-09 14:35:14 +02:00
2021-09-17 07:09:50 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-10-14 10:33:24 +02:00
2021-10-28 07:38:56 +00:00
2021-12-07 20:41:46 +01:00
2021-11-04 17:06:36 -07:00
2021-06-09 14:35:14 +02:00
2021-09-30 13:54:55 +02:00
2021-08-18 13:49:48 +10:00
2021-08-30 08:47:39 +02:00
2021-10-13 08:31:47 -07:00
2021-10-15 01:01:25 -07:00
2021-12-07 21:12:53 +01:00
2021-10-28 07:38:56 +00:00
2021-10-14 10:33:24 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-11-26 08:20:10 +01:00
2021-11-26 08:20:10 +01:00
2021-07-13 09:12:04 +02:00
2021-07-16 11:50:20 +03:00
2021-07-06 05:33:48 +00:00
2021-07-06 05:33:48 +00:00
2021-10-12 13:11:13 -07:00
2021-07-12 13:26:29 +10:00
2021-06-09 14:35:14 +02:00
2021-08-24 09:07:15 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-06-09 14:35:14 +02:00
2021-07-06 05:33:48 +00:00
2021-06-09 14:35:14 +02:00
2021-10-21 09:31:01 +02:00
2021-07-06 05:33:48 +00:00
2021-12-01 12:00:30 +02:00
2021-09-01 10:44:21 +02:00
2021-09-01 10:44:21 +02:00