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

Also reset ExecAsyncOutput at start of TGDBWrapper.ReadResponse

git-svn-id: trunk@29993 -
pierre пре 10 година
родитељ
комит
e92ce89c0b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      ide/gdbmiwrap.pas

+ 1 - 0
ide/gdbmiwrap.pas

@@ -398,6 +398,7 @@ var
 begin
   FRawResponse.Clear;
   FConsoleStream.Clear;
+  ExecAsyncOutput.Clear;
   for I := Low(NotifyAsyncOutput) to High(NotifyAsyncOutput) do
     FreeAndNil(NotifyAsyncOutput[I]);
   SetLength(NotifyAsyncOutput, 0);