mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 00:45:49 -04:00
Qt: Fix worker thread lockup on shutdown
This commit is contained in:
@ -487,6 +487,7 @@ void QtHostInterface::stopThread()
|
||||
void QtHostInterface::doStopThread()
|
||||
{
|
||||
m_shutdown_flag.store(true);
|
||||
m_worker_thread_event_loop->quit();
|
||||
}
|
||||
|
||||
void QtHostInterface::threadEntryPoint()
|
||||
|
Reference in New Issue
Block a user