fix leak introduced in 3.9.0

This commit is contained in:
Basile Burg 2020-05-05 06:02:32 +02:00
parent 04798b1c83
commit 64a2530072
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ end;
{$REGION IEditableOptions ----------------------------------------------------} {$REGION IEditableOptions ----------------------------------------------------}
constructor TTodoOptions.create(AOwner: TComponent); constructor TTodoOptions.create(AOwner: TComponent);
begin begin
inherited create(aOwner);
fdisableIfMoreFilesThan := 25; fdisableIfMoreFilesThan := 25;
end; end;