]> git.saurik.com Git - wxWidgets.git/commitdiff
TablesInUse did not have DeleteContents() set to TRUE in __WXDEBUG__ mode
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 23 Feb 2000 12:31:59 +0000 (12:31 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 23 Feb 2000 12:31:59 +0000 (12:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dbtable.cpp

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