wireplumber/modules/module-pipewire
George Kiagiadakis 4ad4974f27 endpoint-link: ensure we call finalize of the parent class
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)
2019-11-16 11:40:02 +02:00
..
audio-softdsp-endpoint lib: introduce WpObjectManager 2019-11-13 15:49:39 +02:00
audio-softdsp-endpoint.c monitor & softdsp: fix alsa property names and api string 2019-10-15 00:12:17 +03:00
multiport-link-algorithm.c sofdsp-endpoint: run audioconvert in merge+split mode and use a new linking algorithm 2019-10-02 21:27:44 +03:00
multiport-link-algorithm.h sofdsp-endpoint: run audioconvert in merge+split mode and use a new linking algorithm 2019-10-02 21:27:44 +03:00
simple-endpoint-link.c endpoint-link: ensure we call finalize of the parent class 2019-11-16 11:40:02 +02:00