mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Expands upon comment.
This commit is contained in:
parent
6e4b8d58a5
commit
1fbb733f7f
@ -83,7 +83,8 @@ void MainWindow::about() {
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow() {
|
||||
// Stop the timer.
|
||||
// Stop the timer; stopping this first ensures the machine won't attempt
|
||||
// to write to the audioOutput while it is being shut down.
|
||||
timer.reset();
|
||||
|
||||
// Stop the audio output, and its thread.
|
||||
|
Loading…
Reference in New Issue
Block a user