Merge pull request #95 from blikblum/fix-memoryleak-issue61

Fix memory leak TPSExec.InnerfuseCall in fpc
This commit is contained in:
Carlo Kok 2014-12-13 15:01:15 +01:00
commit a9bc6508bf

View File

@ -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}