remote-node: remove the mix from the port

We add the mix in init and remove it again when clearing.

See #973
This commit is contained in:
Wim Taymans 2021-03-26 21:14:42 +01:00
parent ea5a830c8a
commit eaf3b3a3c9

View file

@ -971,6 +971,7 @@ static void clear_mix(struct node_data *data, struct mix *mix)
spa_list_remove(&mix->mix.link);
spa_list_append(&data->free_mix, &mix->link);
pw_impl_port_release_mix(mix->port, &mix->mix);
}
static void clean_node(struct node_data *d)