mtpfws/mtpfw/dataproviders/devdp/src/cmtpgetobjecthandles.cpp
branchRCL_3
changeset 32 f85613f12947
parent 14 60a94a45d437
child 40 453dfc402455
equal deleted inserted replaced
27:81da3301b632 32:f85613f12947
   183 	                {
   183 	                {
   184 	                TInt index = handles.Find(handle);
   184 	                TInt index = handles.Find(handle);
   185 	                if ( index != KErrNotFound )
   185 	                if ( index != KErrNotFound )
   186 	                    {
   186 	                    {
   187 	                    handles.Remove(index);
   187 	                    handles.Remove(index);
   188 	                    handles.Insert(handle,0);
   188 	                    handles.InsertL(handle,0);
   189 	                    }
   189 	                    }
   190 	                }   
   190 	                }   
   191 	            delete StorageSuid;
   191 	            delete StorageSuid;
   192 	            StorageSuid = NULL;
   192 	            StorageSuid = NULL;
   193 	            CleanupStack::PopAndDestroy();
   193 	            CleanupStack::PopAndDestroy();