mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
9940c969bd
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 |
||
---|---|---|
conf | ||
doc | ||
m4 | ||
src | ||
web | ||
win32 | ||
.cvsignore | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
configure.in | ||
COPYING | ||
HACKING | ||
Makefile.am | ||
README | ||
TODO |
This is still experimental.