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

git-svn-id: trunk@1633 -
This commit is contained in:
tom_at_work 2005-11-02 19:59:17 +00:00
parent 7a1860190b
commit 6c0225cef6

View File

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