diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index 4a042a49c..60b81bc5c 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -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();