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;
|
destructor TSynD2Syn.destroy;
|
||||||
begin
|
begin
|
||||||
|
fLost_Attrib.Free;
|
||||||
fCurrRange.Free;
|
fCurrRange.Free;
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue