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;
|
destructor TCEGdbWidget.destroy;
|
||||||
begin
|
begin
|
||||||
|
fInput.free;
|
||||||
fOutput.Free;
|
fOutput.Free;
|
||||||
fOptions.commandsHistory.Assign(edit1.Items);
|
fOptions.commandsHistory.Assign(edit1.Items);
|
||||||
fOptions.Free;
|
fOptions.Free;
|
||||||
|
|
Loading…
Reference in New Issue