Преглед на файлове

* remove finalizeheap from threaddone, the heapmanager is not per thread in 2.2.x

git-svn-id: branches/fixes_2_2@8727 -
peter преди 18 години
родител
ревизия
7fd1567c38
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      rtl/inc/thread.inc

+ 0 - 3
rtl/inc/thread.inc

@@ -47,9 +47,6 @@ Var
         if assigned(widestringmanager.ThreadFiniProc) then
           widestringmanager.ThreadFiniProc;
 {$endif FPC_HAS_FEATURE_WIDESTRINGS}
-{$ifndef HAS_MEMORYMANAGER}
-        FinalizeHeap;
-{$endif HAS_MEMORYMANAGER}
         CurrentTM.ReleaseThreadVars;
       end;