1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-19 07:27:59 +01:00

Wait a bit longer for portfwd thread to exit to avoid crashes on exit

This commit is contained in:
Leo Franchi 2012-02-28 10:37:15 -05:00
parent 1b9767995b
commit c9c6534af5

View File

@ -43,7 +43,7 @@ PortFwdThread::~PortFwdThread()
{
qDebug() << Q_FUNC_INFO << "waiting for event loop to finish...";
quit();
wait( 1000 );
wait( 6000 );
delete m_portfwd;
}