mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 03:39:30 +02:00
* fixed webbug 4201 which does not properly clean up all threads, causing (program) freeze
git-svn-id: trunk@1633 -
This commit is contained in:
parent
7a1860190b
commit
6c0225cef6
@ -72,4 +72,6 @@ begin
|
||||
t:= TBuggedThread.Create;
|
||||
|
||||
t.Execute;
|
||||
|
||||
t.Free();
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user