K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-11-16T03:12:21.526943Z K 7 svn:log V 281 select: call seltdfini on process and thread exit Since thread_zone is marked NOFREE the thread_fini callback is never executed, meaning memory allocated by seltdinit is never released. Adding the call to thread_dtor is not sufficient as exiting processes cache the main thread. END