This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
simple_client_timestamps
pull/450/head
Christoph Kuhr
7 years ago
parent
2d7566ae7c
commit
abfd3eb03c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
example-clients/simple_client.c
+ 1
- 1
example-clients/simple_client.c
View File
@@ -57,7 +57,7 @@ static void signal_handler(int sig)
jack_client_close(client);
fprintf(stderr, "signal received, exiting ...\n");
pthread_kill(writerThread, -9);
//
pthread_kill(writerThread, -9);
if( mq_close(tsq) < 0) {
}
Write
Preview
Loading…
Cancel
Save