mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
fixed cspot crash when switching with LMS
This commit is contained in:
@@ -103,6 +103,8 @@ namespace bell
|
||||
//delete m_queue.front();
|
||||
m_queue.pop();
|
||||
}
|
||||
lk.unlock();
|
||||
m_cv.notify_one();
|
||||
}
|
||||
/// <summary> Check queue in forced exit state. </summary>
|
||||
bool isExit() const
|
||||
|
||||
Reference in New Issue
Block a user