mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:09:13 +02:00
* fixed memory leak
git-svn-id: branches/jvmbackend@18595 -
This commit is contained in:
parent
f1652a6c87
commit
d0a3b49e6c
@ -352,6 +352,7 @@ implementation
|
||||
end;
|
||||
freemem(spill_temps[R_INTREGISTER]);
|
||||
freemem(spill_temps[R_FPUREGISTER]);
|
||||
templist.free;
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user