소스 검색

* fixed webbug 4201 which does not properly clean up all threads, causing (program) freeze

git-svn-id: trunk@1633 -
tom_at_work 20 년 전
부모
커밋
6c0225cef6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/webtbs/tw4201.pp

+ 2 - 0
tests/webtbs/tw4201.pp

@@ -72,4 +72,6 @@ begin
   t:= TBuggedThread.Create;
 
   t.Execute;
+  
+  t.Free();
 end.