mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
jack: free client in error case
This commit is contained in:
parent
bcc147cf72
commit
c78901f9f9
1 changed files with 1 additions and 0 deletions
|
|
@ -2707,6 +2707,7 @@ server_failed:
|
|||
exit_unlock:
|
||||
pw_thread_loop_unlock(client->context.loop);
|
||||
exit:
|
||||
free(client);
|
||||
return NULL;
|
||||
disabled:
|
||||
if (status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue