Explorar o código

Also reset ExecAsyncOutput at start of TGDBWrapper.ReadResponse

git-svn-id: trunk@29993 -
pierre %!s(int64=10) %!d(string=hai) anos
pai
achega
e92ce89c0b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);