Skip to content

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

Simon Morlat requested to merge fix/mediadir into release/5.1

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