mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-14 08:21:47 -04:00
When the port is destroyed we need to remove it from the mix_list or else the process function will keep trying to use the invalid memory. This is because the port logic does not want to call any functions on the port (like clearing the IO or Format) after it emitted the destroy signal and we need to clean up ourselves. Fixes #5221 |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||