mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:49:12 +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);
|
Freemem(buf,maxbufsize);
|
||||||
buf:=nil;
|
buf:=nil;
|
||||||
end;
|
end;
|
||||||
|
stringdispose(name);
|
||||||
|
stringdispose(path);
|
||||||
closed:=true;
|
closed:=true;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user