mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-08 09:01:32 +01:00
parent
921b406c05
commit
31a354a3bc
@ -304,7 +304,8 @@ destructor TCollection.Destroy;
|
||||
begin
|
||||
FUpdateCount:=1; // Prevent OnChange
|
||||
try
|
||||
DoClear;
|
||||
if Assigned(FItems) then
|
||||
DoClear;
|
||||
Finally
|
||||
FUpdateCount:=0;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user