mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 02:41:51 +02:00
lazcontrols: TTreeFilterBranch.RemoveChildrenData: fixed crash when passing nil
git-svn-id: branches/fixes_1_2@43356 -
This commit is contained in:
parent
1c967e864d
commit
11e4873909
@ -362,6 +362,7 @@ procedure TTreeFilterBranch.RemoveChildrenData(ARootNode : TTreeNode);
|
||||
end;
|
||||
|
||||
Begin
|
||||
if ARootNode=nil then exit;
|
||||
ProcessSubNodes(ARootNode);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user