mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
jack: free some objects
This commit is contained in:
parent
30d5a247e1
commit
8141c92dde
1 changed files with 2 additions and 0 deletions
|
|
@ -2394,6 +2394,8 @@ int jack_client_close (jack_client_t *client)
|
||||||
pw_thread_loop_destroy(c->context.loop);
|
pw_thread_loop_destroy(c->context.loop);
|
||||||
|
|
||||||
pw_log_debug(NAME" %p: free", client);
|
pw_log_debug(NAME" %p: free", client);
|
||||||
|
pthread_mutex_destroy(&c->context.lock);
|
||||||
|
pw_data_loop_destroy(c->loop);
|
||||||
free(c);
|
free(c);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue