mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Expands upon comment.
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user