application/src/PodcastSearchView.cpp
branchRCL_3
changeset 243 44d205147a83
parent 140 68b48f53a8ec
child 309 d9f6395a50ea
equal deleted inserted replaced
236:f952f3a1a786 243:44d205147a83
    93     
    93     
    94 CPodcastSearchView::~CPodcastSearchView()
    94 CPodcastSearchView::~CPodcastSearchView()
    95     {
    95     {
    96 	iPodcastModel.FeedEngine().RemoveObserver(this);
    96 	iPodcastModel.FeedEngine().RemoveObserver(this);
    97  
    97  
    98     if(iLongTapDetector)
       
    99         delete iLongTapDetector, iLongTapDetector = NULL;
       
   100 
       
   101     if(iStylusPopupMenu)
       
   102         delete iStylusPopupMenu, iStylusPopupMenu = NULL;
       
   103 
       
   104     }
    98     }
   105 
    99 
   106 TUid CPodcastSearchView::Id() const
   100 TUid CPodcastSearchView::Id() const
   107 {
   101 {
   108 	return KUidPodcastSearchViewID;
   102 	return KUidPodcastSearchViewID;