Squash compiler warning

This commit is contained in:
Bill Somerville
2021-04-20 14:31:38 +01:00
parent 9626703daa
commit 00832a5adb
+1 -1
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();