mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
jack: unlock mutex on error path
This needs some more fixing because it leaks everything.
This commit is contained in:
parent
4b6fb5e96a
commit
a10cb3a597
1 changed files with 1 additions and 1 deletions
|
|
@ -2929,7 +2929,7 @@ jack_client_t * jack_client_open (const char *client_name,
|
|||
if (status)
|
||||
*status |= JackNameNotUnique;
|
||||
if (options & JackUseExactName)
|
||||
goto exit;
|
||||
goto exit_unlock;
|
||||
}
|
||||
pw_thread_loop_unlock(client->context.loop);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue