Skip to content

Attempt to fix random crash when using pulseaudio. pa_stream_unref() invokes...

Simon Morlat requested to merge fix/audio-unit-abusive-restarts-5.2 into release/5.2

Attempt to fix random crash when using pulseaudio. pa_stream_unref() invokes callbacks that evidence the need to take the main loop's lock while calling it.

Merge request reports