mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
* fix memleak with top_local
This commit is contained in:
parent
96f3186e09
commit
a627c15298
@ -1617,17 +1617,7 @@ implementation
|
||||
begin
|
||||
for i:=0 to opercnt-1 do
|
||||
begin
|
||||
with oper[i]^ do
|
||||
begin
|
||||
case typ of
|
||||
top_ref:
|
||||
dispose(ref);
|
||||
{$ifdef ARM}
|
||||
top_shifterop:
|
||||
dispose(shifterop);
|
||||
{$endif ARM}
|
||||
end;
|
||||
end;
|
||||
clearop(i);
|
||||
dispose(oper[i]);
|
||||
end;
|
||||
inherited destroy;
|
||||
@ -2002,7 +1992,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.77 2004-03-14 20:10:56 peter
|
||||
Revision 1.78 2004-03-14 22:47:56 peter
|
||||
* fix memleak with top_local
|
||||
|
||||
Revision 1.77 2004/03/14 20:10:56 peter
|
||||
* disable some debuginfo info when valgrind support is used
|
||||
|
||||
Revision 1.76 2004/03/02 17:32:12 florian
|
||||
|
Loading…
Reference in New Issue
Block a user