13
0

PulseAudio: add missing return in error handling

Don't try to continue if the initial uncorking fails.
This commit is contained in:
Mads Kiilerich 2022-11-01 19:58:04 +01:00 committed by Robin Gareus
parent 06b3d5ba33
commit 2666dfe900
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1000,6 +1000,7 @@ PulseAudioBackend::main_process_thread ()
if (_run) {
engine.halted_callback ("PulseAudio: cannot uncork stream");
}
return 0;
}
_dsp_load_calc.reset ();