This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Shutdown IO threads before destroying Disk_Stream.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
d2afffbb7c
commit
c210a65a00
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 );
Write
Preview
Loading…
Cancel
Save