mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Expands upon comment.
This commit is contained in:
parent
6e4b8d58a5
commit
1fbb733f7f
@ -83,7 +83,8 @@ void MainWindow::about() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MainWindow::~MainWindow() {
|
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();
|
timer.reset();
|
||||||
|
|
||||||
// Stop the audio output, and its thread.
|
// Stop the audio output, and its thread.
|
||||||
|
Loading…
Reference in New Issue
Block a user