mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
No need to save paerr here.
This commit is contained in:
parent
f5a63e1e4a
commit
55f1e9da2b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user