Explorar el Código

* no longer free memory to avoid endless loops on systems where you can
allocate 2GB of contiguous memory

git-svn-id: trunk@865 -

Jonas Maebe hace 20 años
padre
commit
7196302522
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/webtbs/tw2494.pp

+ 1 - 1
tests/webtbs/tw2494.pp

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