From 55f1e9da2bba7c2e790eb5520194cd0b84de1838 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 19 Apr 2021 15:10:32 -0400 Subject: [PATCH] No need to save paerr here. --- map65/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();