mirror of https://gitlab.com/basile.b/dexed.git
fix compil failure on linux
This commit is contained in:
parent
7ea623feb0
commit
ddf268e685
|
@ -335,11 +335,13 @@ end;
|
|||
|
||||
destructor TTerminal.destroy;
|
||||
begin
|
||||
{$ifdef windows}
|
||||
if assigned(fTermProcess) then
|
||||
begin
|
||||
fTermProcess.Terminate(0);
|
||||
fTermProcess.Free;
|
||||
end;
|
||||
{$endif}
|
||||
inherited;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue