mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Wait a bit longer for portfwd thread to exit to avoid crashes on exit
This commit is contained in:
@@ -43,7 +43,7 @@ PortFwdThread::~PortFwdThread()
|
|||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO << "waiting for event loop to finish...";
|
qDebug() << Q_FUNC_INFO << "waiting for event loop to finish...";
|
||||||
quit();
|
quit();
|
||||||
wait( 1000 );
|
wait( 6000 );
|
||||||
|
|
||||||
delete m_portfwd;
|
delete m_portfwd;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user