commit | 13b007d583924d19d692268c2f51a2fc2b46fd0c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 25 16:32:18 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 25 17:52:57 2018 +0100 |
tree | 141d6067ab11c42aee2a2630b8be49a1cdef8d17 | |
parent | 23d86d157edd6da8d3fe40d7883a3d2beeed3189 [diff] |
BUG/MINOR: kqueue/threads: Don't forget to close kqueue_fd[tid] on each thread in deinit_kqueue_per_thread, kqueue_fd[tid] must be closed, except for the main thread (the first one, tid==0). This patch must be backported in 1.8 with commit 7a2364d4.