Merge pull request #95 from blikblum/fix-memoryleak-issue61
Fix memory leak TPSExec.InnerfuseCall in fpc
This commit is contained in:
commit
a9bc6508bf
@ -543,6 +543,7 @@ begin
|
||||
if not GetPtr(rp(Params[0])) then exit; // this goes first
|
||||
RegUsage := 2;
|
||||
EDX := Longint(_Self);
|
||||
DisposePPSVariantIFC(Params[0]);
|
||||
Params.Delete(0);
|
||||
end else
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user