Fixed weak self method pointer bug

Better formatting of function calls in pretty printer
This commit is contained in:
Michael Schimmel
2025-10-07 10:42:53 +02:00
parent 039a7c4b3e
commit 51265ce945
3 changed files with 38 additions and 48 deletions
+1 -1
View File
@@ -45,10 +45,10 @@ end;
destructor TUpvalueAnalyzer.Destroy;
begin
FBoxedDeclarations.Free;
for var dict in FDeclarationMap.Values do
dict.Free;
FDeclarationMap.Free;
FBoxedDeclarations.Free;
inherited Destroy;
end;