fix small leak in highlighter

This commit is contained in:
Basile Burg 2016-06-12 13:50:09 +02:00
parent 08ec1796be
commit 3dcb9cad50
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ end;
destructor TSynD2Syn.destroy;
begin
fLost_Attrib.Free;
fCurrRange.Free;
inherited;
end;