PulseAudio: don't set _run = false when stop() already did it

This commit is contained in:
Mads Kiilerich 2022-10-29 17:50:28 +02:00 committed by Robin Gareus
parent ba5ca2de05
commit 51501e5532
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 1 deletions

View File

@ -633,7 +633,6 @@ PulseAudioBackend::_start (bool /*for_latency_measurement*/)
if (pbd_pthread_create (PBD_RT_STACKSIZE_PROC, &_main_thread, pthread_process, this)) {
PBD::error << _("PulseAudioBackend: failed to create process thread.") << endmsg;
stop ();
_run = false;
return ProcessThreadStartError;
} else {
PBD::warning << _("PulseAudioBackend: cannot acquire realtime permissions.") << endmsg;