Browse Source

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

git-svn-id: trunk@1633 -
tom_at_work 20 years ago
parent
commit
6c0225cef6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw4201.pp

+ 2 - 0
tests/webtbs/tw4201.pp

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