treeItem memory leak
Posted: Fri Mar 04, 2011 02:54
when treeItem is auto-deleted by Tree, or developer. The treeItem's child not be deleted, also the child which is tag by auto-deleted.
In Tree's destruct function, it calls resetList_impl to delete auto-delete child treeitem.
so i add two functions, name resetList and resetList_impl, and add resetList_impl in destruct function...copy ceguitree's code
freedom to developer or a bug?
In Tree's destruct function, it calls resetList_impl to delete auto-delete child treeitem.
so i add two functions, name resetList and resetList_impl, and add resetList_impl in destruct function...copy ceguitree's code
freedom to developer or a bug?