# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1273583260 -10800 # Node ID e15b7f06eba638d567b9564d480913bc8b0a9b6a # Parent 4721bd00d3dacd171c4e2e74eb6d18235fc5a994 Revision: 201017 Kit: 201019 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); } // -----------------------------------------------------------------------------