diff -r d2517372cc44 -r ae69c2e8bc34 policymanagement/policyengine/policyengineserver/src/Elements.cpp --- a/policymanagement/policyengine/policyengineserver/src/Elements.cpp Tue Sep 28 17:53:08 2010 +0530 +++ b/policymanagement/policyengine/policyengineserver/src/Elements.cpp Fri Oct 15 11:46:45 2010 +0530 @@ -1214,7 +1214,7 @@ CAttribute::~CAttribute() { delete iDataType; - delete iAttributeId; + delete iAttributeId; // iAttributeValue is deleted by base class . } // -----------------------------------------------------------------------------