mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-30 18:02:37 +02:00
* fixed memory leaks when ending a macro
git-svn-id: branches/jvmbackend@18599 -
This commit is contained in:
parent
f3f378496f
commit
4c6388df6f
@ -284,6 +284,8 @@ uses
|
||||
Freemem(buf,maxbufsize);
|
||||
buf:=nil;
|
||||
end;
|
||||
stringdispose(name);
|
||||
stringdispose(path);
|
||||
closed:=true;
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user