mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: [STUDIO-3539] not unlock media mutex before wait
Change-Id: Ife01aff0705623ab4bea5972bf245e57462338d5
This commit is contained in:
parent
c75daf1ba6
commit
dcbf1c805a
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue