Squash compiler warning

This commit is contained in:
Bill Somerville 2021-04-20 14:31:38 +01:00
parent 9626703daa
commit 00832a5adb
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -311,7 +311,7 @@ MainWindow::~MainWindow()
soundOutThread.quitExecution=true;
soundOutThread.wait(3000);
}
PaError paerr=Pa_Terminate();
Pa_Terminate();
if(!m_decoderBusy) {
QFile lockFile(m_appDir + "/.lock");
lockFile.remove();