wireplumber/lib
George Kiagiadakis 340b52fbee proxy: fix crash that happens when a client exits very quickly after starting
This is very easy to reproduce when the pipewire-alsa integration
is installed and you do 'arecord -l'; the alsa plugin connects and
disconnects again before the proxy is ready.

In this case we have to skip remote-global-added and we also have
to be careful with the references: the global-removed callback is
called earlier, so the core's reference to the proxy is gone and
the GTask is the only thing holding a reference to the proxy.
When we unref the GTask, the proxy is also unrefed, so we have
to keep an additional reference in order to avoid crashing
when accessing the hash table below.
2019-09-17 16:19:13 +03:00
..
wp proxy: fix crash that happens when a client exits very quickly after starting 2019-09-17 16:19:13 +03:00
meson.build lib: begin working on a library to allow implementing policy plugins 2019-04-10 12:32:51 +03:00