mirror of https://github.com/BOINC/boinc.git
Add a call to diagnostics_finish() in BOINCGUIApp::OnExit().
svn path=/trunk/boinc/; revision=16213
This commit is contained in:
parent
bad7fed173
commit
d877314c64
|
@ -482,6 +482,8 @@ int CBOINCGUIApp::OnExit() {
|
|||
delete m_pLocale;
|
||||
}
|
||||
|
||||
diagnostics_finish();
|
||||
|
||||
return wxApp::OnExit();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue