From aad103f26e0006fcb2ddd511efe678a22fb94bb8 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 13 Apr 2004 02:18:03 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3256 --- clientgui/MainFrame.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clientgui/MainFrame.cpp b/clientgui/MainFrame.cpp index d7390a8696..9330cf884d 100644 --- a/clientgui/MainFrame.cpp +++ b/clientgui/MainFrame.cpp @@ -215,6 +215,8 @@ bool CMainFrame::DeleteNotebook() { wxImageList* pImageList; + wxASSERT(NULL != m_pNotebook); + pImageList = m_pNotebook->GetImageList(); if (pImageList) delete pImageList;