mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse-server: client: cancel related work queue jobs
This commit is contained in:
parent
78aaa0a3dd
commit
6d0075b4e9
2 changed files with 5 additions and 3 deletions
|
|
@ -174,6 +174,8 @@ void client_free(struct client *client)
|
|||
|
||||
pw_map_clear(&client->streams);
|
||||
|
||||
pw_work_queue_cancel(impl->work_queue, client, SPA_ID_INVALID);
|
||||
|
||||
free(client->default_sink);
|
||||
free(client->default_source);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue