diff -r 4721bd00d3da -r e15b7f06eba6 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& aSelectionIndexes, RArray& aItemIds ) { + CleanupClosePushL(aItemIds); + aItemIds.Reset(); if ( iItemIds ) { @@ -132,6 +134,8 @@ } } } + + CleanupStack::Pop(&aItemIds); } // -----------------------------------------------------------------------------