Skip to content

Commit

Permalink
stop threads when exiting TonieBench
Browse files Browse the repository at this point in the history
  • Loading branch information
g3gg0 committed May 2, 2020
1 parent 33077d1 commit 2f4fb03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TeddyBench/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ private void cmbSorting_SelectedIndexChanged(object sender, EventArgs e)

private void exitToolStripMenuItem_Click(object sender, EventArgs e)
{
StopThreads();
Application.Exit();
}
}
Expand Down

0 comments on commit 2f4fb03

Please sign in to comment.