Browse Source

* set to nil for safety

git-svn-id: trunk@5188 -
florian 19 years ago
parent
commit
0e45e41bad
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/base/gdbint/gdbint.pp

+ 2 - 0
packages/base/gdbint/gdbint.pp

@@ -2479,5 +2479,7 @@ begin
   gdb_sysrootc := #0;
   gdb_sysrootc := #0;
   gdb_sysroot := @gdb_sysrootc;
   gdb_sysroot := @gdb_sysrootc;
 {$endif}
 {$endif}
+  gdb_stderr:=nil;
+  gdb_stdout:=nil;
   InitLibGDB;
   InitLibGDB;
 end.
 end.