mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: [STUDIO-3539] not unlock media mutex before wait
Change-Id: Ife01aff0705623ab4bea5972bf245e57462338d5
This commit is contained in:
@@ -492,7 +492,6 @@ void MediaPlayCtrl::media_proc()
|
||||
BOOST_LOG_TRIVIAL(info) << "MediaPlayCtrl: busy skip url" << url;
|
||||
m_tasks.pop_front();
|
||||
m_tasks.pop_front();
|
||||
lock.unlock();
|
||||
continue;
|
||||
}
|
||||
lock.unlock();
|
||||
|
||||
Reference in New Issue
Block a user