policymanagement/policyengine/policyengineserver/src/Elements.cpp
changeset 73 ae69c2e8bc34
parent 0 b497e44ab2fc
--- 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 .	
 }
 
 // -----------------------------------------------------------------------------