synedit: fixed mem leak in auto completions

git-svn-id: trunk@12089 -
This commit is contained in:
mattias 2007-09-20 13:43:01 +00:00
parent 8935331948
commit daa0f22d74

View File

@ -589,7 +589,6 @@ var
fCompletionValues.Add(sComplValue);
sComplValue := '';
fAttributes.Add(CurAttributes);
CurAttributes:=TStringList.Create;
end;
begin