Revision: 201017 RCL_3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 11 May 2010 16:07:40 +0300
branchRCL_3
changeset 11 e15b7f06eba6
parent 9 4721bd00d3da
child 12 64522df74558
Revision: 201017 Kit: 201019
locationlandmarksrefappfors60/Src/LandmarksModel.cpp
--- a/locationlandmarksrefappfors60/Src/LandmarksModel.cpp	Tue Apr 27 16:30:53 2010 +0300
+++ b/locationlandmarksrefappfors60/Src/LandmarksModel.cpp	Tue May 11 16:07:40 2010 +0300
@@ -117,6 +117,8 @@
     const CArrayFix<TInt>& aSelectionIndexes,
     RArray<TPosLmItemId>& aItemIds )
     {
+	CleanupClosePushL(aItemIds);
+	
     aItemIds.Reset();
     if ( iItemIds )
         {
@@ -132,6 +134,8 @@
                 }
             }
         }
+		
+	CleanupStack::Pop(&aItemIds);
     }
 
 // -----------------------------------------------------------------------------