mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-24 16:40:04 +01:00
This was causing a memory corruption and crash because the simple-endpoint-link was not calling finalize of the endpoint-link and the GWeakRefs pointing to the endpoints were not uninitialized, causing g_object_unref later to try to write to them (on free'ed memory) |
||
|---|---|---|
| .. | ||
| module-pipewire | ||
| meson.build | ||
| module-client-permissions.c | ||
| module-monitor.c | ||
| module-pipewire.c | ||
| module-pw-alsa-udev.c | ||
| module-pw-audio-client.c | ||
| module-simple-policy.c | ||