mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-28 08:57:33 -05:00
clean up listeners
This commit is contained in:
parent
69d4144932
commit
6450c64542
3 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ static void node_destroy(void *data)
|
|||
{
|
||||
struct node_data *nd = data;
|
||||
spa_list_remove(&nd->link);
|
||||
spa_hook_remove(&nd->node_listener);
|
||||
}
|
||||
|
||||
static const struct pw_node_events node_events = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue