فهرست منبع

* 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 20 سال پیش
والد
کامیت
7196302522
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);