dbtree.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mark Johnson
2000-07-25 12:03:03 +00:00
parent 3a4d5eac4b
commit c941c715dc

View File

@@ -100,7 +100,9 @@ DBTree::~DBTree()
(pDoc->db_Br+i_Which)->cl_BrowserDB = NULL; (pDoc->db_Br+i_Which)->cl_BrowserDB = NULL;
delete ct_BrowserDB; delete ct_BrowserDB;
delete p_imageListNormal; delete p_imageListNormal;
if (popupMenu1) // If the DSN has no Tables, then no delete should be done !
delete popupMenu1; delete popupMenu1;
if (popupMenu1) // If the DSN has no Tables, then no delete should be done !
delete popupMenu2; delete popupMenu2;
} }
//---------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------