* fixed memory leaks when ending a macro

git-svn-id: branches/jvmbackend@18599 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:14:00 +00:00
parent f3f378496f
commit 4c6388df6f

View File

@ -284,6 +284,8 @@ uses
Freemem(buf,maxbufsize);
buf:=nil;
end;
stringdispose(name);
stringdispose(path);
closed:=true;
exit;
end;