mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
Don't forget to free the parent nodes
svn path=/trunk/; revision=34035
This commit is contained in:
parent
0537163f8d
commit
8683e62101
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ TraverseTreeView(PMAIN_WND_INFO pInfo,
|
|||
{
|
||||
HTREEITEM hChildItem;
|
||||
|
||||
FreeItemTag(pInfo, hItem);
|
||||
|
||||
hChildItem = TreeView_GetChild(pInfo->hBrowseTV,
|
||||
hItem);
|
||||
|
||||
|
|
Loading…
Reference in a new issue