Mgr: clear instance pointer after delete

This commit is contained in:
Charlie Fenton 2013-04-30 05:55:14 -07:00
parent 6efb00118c
commit d171cc0e4c
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ int CBOINCGUIApp::OnExit() {
if (m_pSkinManager) {
delete m_pSkinManager;
m_pSkinManager = NULL;
}
if (m_pLocale) {