mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 19:09:27 +02:00
* Reset must force close
This commit is contained in:
parent
9546595c15
commit
60518dc113
@ -1100,7 +1100,7 @@ procedure TIODescriptor.ResetHandles;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
CloseOurHandle;
|
CloseOurHandle;
|
||||||
CloseTheirHandle;
|
CloseTheirHandle(True);
|
||||||
FreeAndNil(FStream);
|
FreeAndNil(FStream);
|
||||||
FHandleValid:=False;
|
FHandleValid:=False;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user