TablesInUse did not have DeleteContents() set to TRUE in __WXDEBUG__ mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2000-02-23 12:31:59 +00:00
parent 7c8a8ad57e
commit a40860394c

View File

@@ -255,6 +255,7 @@ wxTable::~wxTable()
#ifdef __WXDEBUG__
if (tableID)
{
TablesInUse.DeleteContents(TRUE);
bool found = FALSE;
wxNode *pNode;