mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +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...";
|
||||
quit();
|
||||
wait( 1000 );
|
||||
wait( 6000 );
|
||||
|
||||
delete m_portfwd;
|
||||
}
|
||||
|
Reference in New Issue
Block a user