Browse Source

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

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
f3e781762c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Timeline/Disk_Stream.C

+ 1
- 0
Timeline/Disk_Stream.C View File

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

Audio_Sequence *


Loading…
Cancel
Save