#97, fix inferior input stream leaked

This commit is contained in:
Basile Burg 2016-12-04 15:44:51 +01:00
parent 40369f219a
commit 385f73050c
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -994,6 +994,7 @@ end;
destructor TCEGdbWidget.destroy;
begin
fInput.free;
fOutput.Free;
fOptions.commandsHistory.Assign(edit1.Items);
fOptions.Free;