mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
free feedback properties
This commit is contained in:
parent
be398ae648
commit
c38e1b040b
1 changed files with 1 additions and 0 deletions
|
|
@ -2162,6 +2162,7 @@ static void impl_destroy(struct impl *impl)
|
|||
pw_properties_free(impl->capture_props);
|
||||
pw_properties_free(impl->playback_props);
|
||||
pw_properties_free(impl->control_props);
|
||||
pw_properties_free(impl->feedback_props);
|
||||
|
||||
pw_properties_free(impl->props);
|
||||
free(impl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue