From 3afe6477ca2b7ddfe2563f12d8831bc49ea726b4 Mon Sep 17 00:00:00 2001 From: inoussa Date: Sat, 24 May 2014 13:01:15 +0000 Subject: [PATCH] Fix : "FreeObjectProperties" was called two times. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3086 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/base_service_intf.pas | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wst/trunk/base_service_intf.pas b/wst/trunk/base_service_intf.pas index 2493a2575..04d8d61c7 100644 --- a/wst/trunk/base_service_intf.pas +++ b/wst/trunk/base_service_intf.pas @@ -545,7 +545,6 @@ type TBaseComplexRemotable = class(TAbstractComplexRemotable) public - destructor Destroy();override; class procedure Save( AObject : TBaseRemotable; AStore : IFormatterBase; @@ -2219,12 +2218,6 @@ begin Result := ( FAttributeFieldList.IndexOf(AField) >= 0 ); end; -destructor TBaseComplexRemotable.Destroy(); -begin - FreeObjectProperties(); - inherited Destroy(); -end; - class procedure TBaseComplexRemotable.Save( AObject : TBaseRemotable; AStore : IFormatterBase;