|
@@ -673,11 +673,8 @@ end;
|
|
destructor TSynRule.Destroy;
|
|
destructor TSynRule.Destroy;
|
|
begin
|
|
begin
|
|
// FreeList(AttribsList);
|
|
// FreeList(AttribsList);
|
|
-{ if Attribs <> nil then begin
|
|
|
|
- Attribs.Free;
|
|
|
|
- Attribs := nil;
|
|
|
|
- end;}
|
|
|
|
- inherited;
|
|
|
|
|
|
+ Attribs.Free;
|
|
|
|
+ inherited Destroy;
|
|
end;
|
|
end;
|
|
|
|
|
|
{function TSynRule.AddAttribute(): integer;
|
|
{function TSynRule.AddAttribute(): integer;
|