output/Control: avoid sending KILL twice
This commit is contained in:
@@ -526,6 +526,8 @@ AudioOutputControl::StartThread()
|
||||
{
|
||||
assert(command == Command::NONE);
|
||||
|
||||
killed = false;
|
||||
|
||||
const ScopeUnlock unlock(mutex);
|
||||
thread.Start();
|
||||
}
|
||||
|
Reference in New Issue
Block a user