mirror of https://gitlab.com/basile.b/dexed.git
fix small leak in highlighter
This commit is contained in:
parent
08ec1796be
commit
3dcb9cad50
|
@ -257,6 +257,7 @@ end;
|
|||
|
||||
destructor TSynD2Syn.destroy;
|
||||
begin
|
||||
fLost_Attrib.Free;
|
||||
fCurrRange.Free;
|
||||
inherited;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue