fixed DeleteContents inconsistency: didn't free memory if DeleteContents called before inserting data (and creating wxList)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-02-02 21:17:40 +00:00
parent 66806a0bf0
commit c7fb814ac3
2 changed files with 16 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ class WXDLLEXPORT wxHashTable: public wxObject
private:
size_t m_count; // number of elements in the hashtable
bool m_deleteContents;
};
#endif