Commit 0b34f18045a1ea89b06fc9c71dc828e8c257fb30

Frank Praznik 2022-01-30T12:00:55

audio: pipewire: Don't double free properties on init failure The context and stream creation functions will destroy the passed properties object on failure, so no need to do it manually. The pw_properties_free() function pointer is no longer needed, so it can be removed.