mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
client-node: don't remove mix twice
The mix is added to a list in pw_impl_port_init_mix() and removed again in pw_impl_port_release_mix().
This commit is contained in:
parent
231cc88cad
commit
a868122c40
1 changed files with 0 additions and 1 deletions
|
|
@ -986,7 +986,6 @@ static void clear_mix(struct node_data *data, struct mix *mix)
|
|||
clear_buffers(data, mix);
|
||||
pw_array_clear(&mix->buffers);
|
||||
|
||||
spa_list_remove(&mix->mix.link);
|
||||
spa_list_append(&data->free_mix, &mix->link);
|
||||
pw_impl_port_release_mix(mix->port, &mix->mix);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue