author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 11 May 2010 16:07:40 +0300 | |
branch | RCL_3 |
changeset 21 | e15b7f06eba6 |
parent 16 | 4721bd00d3da |
child 23 | 64522df74558 |
locationlandmarksrefappfors60/Src/LandmarksModel.cpp | file | annotate | diff | comparison | revisions |
--- 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); } // -----------------------------------------------------------------------------