1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00
Michael Smith 9940c969bd 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
..
2002-02-11 09:11:18 +00:00
2002-08-16 14:22:44 +00:00
2002-08-10 03:22:44 +00:00
2001-09-10 03:04:11 +00:00
2002-08-18 05:06:58 +00:00
2002-08-18 05:06:58 +00:00
2001-09-10 02:21:46 +00:00
2002-08-10 08:01:56 +00:00
2002-07-23 15:15:11 +00:00
2001-09-10 02:21:46 +00:00
2002-08-10 08:01:56 +00:00
2002-07-23 15:15:11 +00:00
2002-08-13 12:46:45 +00:00
2001-09-10 02:21:46 +00:00
2001-09-10 02:21:46 +00:00
2001-09-10 02:21:46 +00:00
2001-09-10 02:21:46 +00:00
2002-08-10 03:22:44 +00:00
2001-09-10 02:21:46 +00:00
2002-08-13 12:46:45 +00:00