mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
Previously, when `pw_protocol_pulse_new()` returned NULL, the code would jump to the `error` label, which would call `impl_free()`. At this point, however, `impl->module_listener` is not initialized, which would lead to a SIGSEGV when `spa_hook_remove()` is called from `impl_free()`. |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| extensions | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||