1
0
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:
Thomas Harte 2020-06-20 00:05:41 -04:00
parent 6e4b8d58a5
commit 1fbb733f7f

View File

@ -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.