mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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:
|
exit_unlock:
|
||||||
pw_thread_loop_unlock(client->context.loop);
|
pw_thread_loop_unlock(client->context.loop);
|
||||||
exit:
|
exit:
|
||||||
|
free(client);
|
||||||
return NULL;
|
return NULL;
|
||||||
disabled:
|
disabled:
|
||||||
if (status)
|
if (status)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue