Skip to content

pulse-server: reorder initialization to make proper cleanup possible

Barnabás Pőcze requested to merge pobrn/pipewire:fix_err_cleanup into master
Previously, in case of errors, the struct members were not disposed of
correctly, leading to memory leaks. Reordering the initialization slightly
makes it possible to call `impl_free()`.

See https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1840#note_2106874

Merge request reports