Просмотр исходного кода

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

git-svn-id: branches/fixes_2_2@8727 -
peter 18 лет назад
Родитель
Сommit
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;