Browse Source

Shutdown IO threads before destroying Disk_Stream.

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

+ 2
- 0
Timeline/Engine/Disk_Stream.C View File

@@ -74,6 +74,8 @@ Disk_Stream::~Disk_Stream ( )
/* it isn't safe to do all this with the RT thread running */
engine->lock();

shutdown();

_track = NULL;

sem_destroy( &_blocks );


Loading…
Cancel
Save