Browse Source

Initialize private_client to prevent segfault on unload if client fails to initialize.

tags/0.124
Peter Nelson 12 years ago
parent
commit
87a8ffd7ef
1 changed files with 1 additions and 0 deletions
  1. +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) {


Loading…
Cancel
Save