mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 20:31:57 +02:00
* On shutdown, always terminate the TDaemonThread, not only in case of an exception
git-svn-id: trunk@13059 -
This commit is contained in:
parent
31e0852c4b
commit
1c8d79c57f
@ -1220,7 +1220,7 @@ begin
|
||||
FDaemon.Status:=csStopPending;
|
||||
Try
|
||||
Result:=FDaemon.ShutDown;
|
||||
except
|
||||
finally
|
||||
FDaemon.Status:=csStopped;
|
||||
Terminate;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user