* no longer free memory to avoid endless loops on systems where you can

allocate 2GB of contiguous memory

git-svn-id: trunk@865 -
This commit is contained in:
Jonas Maebe 2005-08-16 06:48:12 +00:00
parent 96e7fa7d36
commit 7196302522

View File

@ -39,7 +39,7 @@ begin
else
begin
writeln('getmem() was successful');
freemem(l,storage);
// freemem(l,storage);
end;
until (done);
domem(mem);