PulseAudio: add missing return in error handling
Don't try to continue if the initial uncorking fails.
This commit is contained in:
parent
06b3d5ba33
commit
2666dfe900
@ -1000,6 +1000,7 @@ PulseAudioBackend::main_process_thread ()
|
||||
if (_run) {
|
||||
engine.halted_callback ("PulseAudio: cannot uncork stream");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
_dsp_load_calc.reset ();
|
||||
|
Loading…
Reference in New Issue
Block a user