mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
PulseAudio: don't set _run = false when stop() already did it
This commit is contained in:
parent
ba5ca2de05
commit
51501e5532
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue