trying to fix memory leak in wxListCtrl (attributes not deleted)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-02-07 16:51:39 +00:00
parent f5ac656c5a
commit 6932a32c2b
2 changed files with 23 additions and 23 deletions

View File

@@ -331,6 +331,9 @@ protected:
// common part of all ctors
void Init();
// free memory taken by all attributes
void FreeAllAttrs();
wxTextCtrl* m_textCtrl; // The control used for editing a label
wxImageList * m_imageListNormal; // The image list for normal icons
wxImageList * m_imageListSmall; // The image list for small icons