mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
does using thread_exit(). thread_exit() was freeing the thread structure, so thread_join was using freed memory. Rearrange things so that if the thread is detached, the freeing happens in thread_join instead. svn path=/trunk/thread/; revision=3944
This is still experimental.
Description
Languages
C
87.8%
XSLT
6.2%
Shell
4%
Makefile
0.8%
M4
0.6%
Other
0.5%