jack: clean transport when closing the client

See #2569
This commit is contained in:
Wim Taymans 2022-08-09 20:55:41 +02:00
parent 0ad7cb3298
commit 83e3aba980

View file

@ -3495,6 +3495,8 @@ int jack_client_close (jack_client_t *client)
res = jack_deactivate(client);
clean_transport(c);
if (c->context.loop)
pw_thread_loop_stop(c->context.loop);