瀏覽代碼

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