--- a/mpx/commonframework/common/src/mpxcollectionpath.cpp Tue Aug 31 15:41:40 2010 +0300
+++ b/mpx/commonframework/common/src/mpxcollectionpath.cpp Wed Sep 01 12:23:05 2010 +0100
@@ -606,7 +606,6 @@
//
EXPORT_C void CMPXCollectionPath::SelectionL(RArray<TMPXItemId>& aIds) const
{
- CleanupClosePushL(aIds);
aIds.Reset();
TInt idCount(iIds.Count());
TInt selCount(iSelection.Count());
@@ -618,7 +617,6 @@
aIds.AppendL(iIds[idIndex]);
}
}
- CleanupStack::Pop();
}
// -----------------------------------------------------------------------------