This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
Initialize private_client to prevent segfault on unload if client fails to initialize.
tags/0.124
Peter Nelson
12 years ago
parent
20f865799b
commit
87a8ffd7ef
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
jackd/clientengine.c
+ 1
- 0
jackd/clientengine.c
View File
@@ -582,6 +582,7 @@ jack_setup_client_control (jack_engine_t *engine, int fd, ClientType type, const
client->handle = NULL;
client->finish = NULL;
client->error = 0;
client->private_client = NULL;
if (type != ClientExternal) {
Write
Preview
Loading…
Cancel
Save