Sfoglia il codice sorgente

* close all handles

git-svn-id: trunk@4562 -
florian 19 anni fa
parent
commit
f35652737e
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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;