Author :
Frank Praznik
Date :
2022-01-30 12:00:55
Hash :0b34f180 Message :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.