mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 04:49:07 +02:00
* fixed memory leaks and multiple recalculation regarding function result
locations git-svn-id: trunk@30852 -
This commit is contained in:
parent
9ceddf9b16
commit
d7412fb5c0
@ -479,7 +479,8 @@ implementation
|
||||
|
||||
procedure tparamanager.create_funcretloc_info(p : tabstractprocdef; side: tcallercallee);
|
||||
begin
|
||||
p.funcretloc[side]:=get_funcretloc(p,side,nil);
|
||||
if not assigned(p.funcretloc[side].Location) then
|
||||
p.funcretloc[side]:=get_funcretloc(p,side,nil);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user