mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 08:08:03 +02:00
si-standard-link: fix memleak when creating links
This commit is contained in:
parent
1acdb2a89b
commit
6a73179d57
1 changed files with 1 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ create_links (WpSiStandardLink * self, WpTransition * transition,
|
|||
}
|
||||
}
|
||||
}
|
||||
g_variant_iter_free (iter);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue