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:
@@ -104,7 +104,7 @@ class WXDLLEXPORT wxHashTable: public wxObject
|
||||
|
||||
private:
|
||||
size_t m_count; // number of elements in the hashtable
|
||||
|
||||
bool m_deleteContents;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user