mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
Do cleanup of queues
Wait for async state changes to complete
This commit is contained in:
parent
474981ddda
commit
fb69758251
3 changed files with 12 additions and 14 deletions
|
|
@ -119,6 +119,8 @@ pinos_work_queue_destroy (PinosWorkQueue * queue)
|
|||
|
||||
spa_list_for_each_safe (item, tmp, &impl->free_list, link)
|
||||
free (item);
|
||||
spa_list_for_each_safe (item, tmp, &impl->work_list, link)
|
||||
free (item);
|
||||
|
||||
free (impl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue