mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 17:15:55 +08:00
FIX: [STUDIO-3539] not unlock media mutex before wait
Change-Id: Ife01aff0705623ab4bea5972bf245e57462338d5
This commit is contained in:
parent
c75daf1ba6
commit
dcbf1c805a
@ -492,7 +492,6 @@ void MediaPlayCtrl::media_proc()
|
|||||||
BOOST_LOG_TRIVIAL(info) << "MediaPlayCtrl: busy skip url" << url;
|
BOOST_LOG_TRIVIAL(info) << "MediaPlayCtrl: busy skip url" << url;
|
||||||
m_tasks.pop_front();
|
m_tasks.pop_front();
|
||||||
m_tasks.pop_front();
|
m_tasks.pop_front();
|
||||||
lock.unlock();
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
lock.unlock();
|
lock.unlock();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user