fix compil failure on linux

This commit is contained in:
Basile Burg 2018-04-13 23:03:22 +02:00
parent 7ea623feb0
commit ddf268e685
1 changed files with 2 additions and 0 deletions

View File

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