mirror of https://gitlab.com/basile.b/dexed.git
#97, fix inferior input stream leaked
This commit is contained in:
parent
40369f219a
commit
385f73050c
|
@ -994,6 +994,7 @@ end;
|
|||
|
||||
destructor TCEGdbWidget.destroy;
|
||||
begin
|
||||
fInput.free;
|
||||
fOutput.Free;
|
||||
fOptions.commandsHistory.Assign(edit1.Items);
|
||||
fOptions.Free;
|
||||
|
|
Loading…
Reference in New Issue