Ver Fonte

* close all handles

git-svn-id: trunk@4562 -
florian há 19 anos atrás
pai
commit
f35652737e
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      rtl/win64/system.pp

+ 4 - 0
rtl/win64/system.pp

@@ -370,7 +370,11 @@ begin
    begin
      Close(stderr);
      Close(stdout);
+     Close(erroutput);
+     Close(Input);
+     Close(Output);
      { what about Input and Output ?? PM }
+     { now handled, FPK }
    end;
   remove_exception_handlers;