Add a call to diagnostics_finish() in BOINCGUIApp::OnExit().

svn path=/trunk/boinc/; revision=16213
This commit is contained in:
Rom Walton 2008-10-15 18:12:37 +00:00
parent bad7fed173
commit d877314c64
1 changed files with 2 additions and 0 deletions

View File

@ -482,6 +482,8 @@ int CBOINCGUIApp::OnExit() {
delete m_pLocale;
}
diagnostics_finish();
return wxApp::OnExit();
}