Also reset ExecAsyncOutput at start of TGDBWrapper.ReadResponse

git-svn-id: trunk@29993 -
This commit is contained in:
pierre 2015-02-24 16:24:03 +00:00
parent e4887f22b6
commit e92ce89c0b

View File

@ -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);