Fixed memory leak

This commit is contained in:
Stefan Müller 2023-12-02 17:46:02 +01:00 committed by Stefan Müller
parent 261b762572
commit 81c8e0c07e
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ begin
WriteLn('--- Day 1: Trebuchet?! ---');
trebuchet := TTrebuchet.Create;
trebuchet.RunSolution;
trebuchet.Free;
end;
constructor TTrebuchet.Create;