Browse Source

* close all handles

git-svn-id: trunk@4562 -
florian 19 years ago
parent
commit
f35652737e
1 changed files with 4 additions and 0 deletions
  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;