Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Barnabás Pőcze <pobrn@protonmail.com>
This commit is contained in:
Frank Krick 2025-08-17 14:43:37 +00:00
parent 6251d37cc8
commit 682c29434f

View file

@ -1962,6 +1962,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->props);
free(impl);