# HG changeset patch # User Leo Zheng # Date 1269936762 -32400 # Node ID e771c3fd999217c8a3e3f9e43151b8dcce7eae69 # Parent 50c802143a4350e41629a5c41902ddb70415d5a9 Bug 1696 - GCC-E compilation error in remotemgmt (991) diff -r 50c802143a43 -r e771c3fd9992 policymanagement/policyengine/policyengineserver/src/PolicyProcessor.cpp --- a/policymanagement/policyengine/policyengineserver/src/PolicyProcessor.cpp Tue Mar 30 17:10:04 2010 +0900 +++ b/policymanagement/policyengine/policyengineserver/src/PolicyProcessor.cpp Tue Mar 30 17:12:42 2010 +0900 @@ -55,8 +55,8 @@ container->iAttributeType = aAttributeTypes; //append to list - RArray::AppendL( container); - + RArray::AppendL( container); + //remove from cleanup CleanupStack::Pop( 2, aAttribute); } @@ -75,7 +75,7 @@ delete container; } - RArray::Close(); + RArray::Close(); }