jack: free some objects

This commit is contained in:
Wim Taymans 2020-04-30 13:11:01 +02:00
parent 30d5a247e1
commit 8141c92dde

View file

@ -2394,6 +2394,8 @@ int jack_client_close (jack_client_t *client)
pw_thread_loop_destroy(c->context.loop);
pw_log_debug(NAME" %p: free", client);
pthread_mutex_destroy(&c->context.lock);
pw_data_loop_destroy(c->loop);
free(c);
return res;