mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* Patch from Inoussa to fix AV in certain cases
git-svn-id: trunk@17184 -
This commit is contained in:
parent
6fa6151bef
commit
baf0ed35f3
@ -2484,7 +2484,7 @@ end;
|
||||
}
|
||||
procedure TDOMDocument.NodeListDestroyed(aList: TDOMNodeList);
|
||||
begin
|
||||
if not (nfDestroying in FFlags) then
|
||||
if (not (nfDestroying in FFlags)) and (FNodeLists <> nil) then
|
||||
FNodeLists.RemoveData(aList);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user