You've already forked lazarus-ccr
Fix : "FreeObjectProperties" was called two times.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3086 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -545,7 +545,6 @@ type
|
|||||||
|
|
||||||
TBaseComplexRemotable = class(TAbstractComplexRemotable)
|
TBaseComplexRemotable = class(TAbstractComplexRemotable)
|
||||||
public
|
public
|
||||||
destructor Destroy();override;
|
|
||||||
class procedure Save(
|
class procedure Save(
|
||||||
AObject : TBaseRemotable;
|
AObject : TBaseRemotable;
|
||||||
AStore : IFormatterBase;
|
AStore : IFormatterBase;
|
||||||
@ -2219,12 +2218,6 @@ begin
|
|||||||
Result := ( FAttributeFieldList.IndexOf(AField) >= 0 );
|
Result := ( FAttributeFieldList.IndexOf(AField) >= 0 );
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TBaseComplexRemotable.Destroy();
|
|
||||||
begin
|
|
||||||
FreeObjectProperties();
|
|
||||||
inherited Destroy();
|
|
||||||
end;
|
|
||||||
|
|
||||||
class procedure TBaseComplexRemotable.Save(
|
class procedure TBaseComplexRemotable.Save(
|
||||||
AObject : TBaseRemotable;
|
AObject : TBaseRemotable;
|
||||||
AStore : IFormatterBase;
|
AStore : IFormatterBase;
|
||||||
|
Reference in New Issue
Block a user