mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 15:39:08 +00:00
Ensures complete deallocation of the QAudioOutput.
This commit is contained in:
parent
a096a09c72
commit
55cc3089f9
@ -58,6 +58,7 @@ void MainWindow::deleteMachine() {
|
||||
if(audioOutput) {
|
||||
audioThread.performAsync([this] {
|
||||
audioOutput->stop();
|
||||
audioOutput.reset();
|
||||
});
|
||||
audioThread.stop();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user