Преглед изворни кода

* close all handles

git-svn-id: trunk@4562 -
florian пре 19 година
родитељ
комит
f35652737e
1 измењених фајлова са 4 додато и 0 уклоњено
  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;