jack-tunnel: let client cleanup continue in on_shutdown

We should close the client eventually so don't set the client to NULL.
This commit is contained in:
Wim Taymans 2023-04-30 10:19:51 +02:00
parent 663e6f1bf5
commit 39f9fa9c05

View file

@ -511,7 +511,6 @@ static void jack_info_shutdown(jack_status_t code, const char* reason, void *arg
{
struct impl *impl = arg;
pw_log_warn("shutdown: %s (%08x)", reason, code);
impl->client = NULL;
module_schedule_destroy(impl);
}