mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
compiler: fix a memory leak in translate_disp_call
git-svn-id: trunk@14782 -
This commit is contained in:
parent
7aede2018f
commit
ca99f902d6
@ -508,6 +508,7 @@ implementation
|
||||
addstatement(statements,ctempdeletenode.create_normal_temp(result_data));
|
||||
addstatement(statements,ctemprefnode.create(result_data));
|
||||
end;
|
||||
addstatement(statements,ctempdeletenode.create(params));
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user