From d171cc0e4c131f5683f4f2e3bf87023eaf2735f6 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 30 Apr 2013 05:55:14 -0700 Subject: [PATCH] Mgr: clear instance pointer after delete --- clientgui/BOINCGUIApp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 3cb9a11dcb..c3e869a580 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -519,6 +519,7 @@ int CBOINCGUIApp::OnExit() { if (m_pSkinManager) { delete m_pSkinManager; + m_pSkinManager = NULL; } if (m_pLocale) {