소스 검색

* 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;