Allow IO thread to be started/stopped more than once.

This commit is contained in:
Jonathan Moore Liles 2008-04-19 14:24:26 -05:00
parent d3fcb162f3
commit f3e781762c
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ Disk_Stream::shutdown ( void )
{
_terminate = true;
pthread_join( _thread, NULL );
_terminate = false;
}
Audio_Sequence *