1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-29 04:25:57 -04:00
Go to file
Michael Smith fc3bc41c22 Bugfix: thread_join is often called after a thread has already exited, which it
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
2002-09-24 07:09:08 +00:00
avl Bunch of fixes: 2002-02-11 09:11:18 +00:00
httpp bugfixes for httpp_parse_response 2002-08-16 14:22:44 +00:00
log Various cleanups 2002-08-10 03:22:44 +00:00
net Cleaned up version of Ciaran Anscomb's relaying patch. 2002-08-05 14:48:04 +00:00
thread Bugfix: thread_join is often called after a thread has already exited, which it 2002-09-24 07:09:08 +00:00
timing minor build fixes for win32 courtesy of Oddsock 2002-02-07 01:04:09 +00:00