*** empty log message ***

svn path=/trunk/boinc/; revision=3256
This commit is contained in:
Rom Walton 2004-04-13 02:18:03 +00:00
parent ade39141f8
commit aad103f26e
1 changed files with 2 additions and 0 deletions

View File

@ -215,6 +215,8 @@ bool CMainFrame::DeleteNotebook() {
wxImageList* pImageList;
wxASSERT(NULL != m_pNotebook);
pImageList = m_pNotebook->GetImageList();
if (pImageList)
delete pImageList;