diff -r 982b1ad423f4 -r cd124c4eb6b9 application/src/PodcastSearchView.cpp --- a/application/src/PodcastSearchView.cpp Fri Jul 09 23:00:03 2010 +0100 +++ b/application/src/PodcastSearchView.cpp Fri Jul 09 23:58:47 2010 +0100 @@ -36,7 +36,6 @@ #include #include #include -#include const TInt KMaxFeedNameLength = 100; #define KMaxMessageLength 200 @@ -94,14 +93,7 @@ CPodcastSearchView::~CPodcastSearchView() { iPodcastModel.FeedEngine().RemoveObserver(this); - - if(iLongTapDetector) - delete iLongTapDetector, iLongTapDetector = NULL; - - if(iStylusPopupMenu) - delete iStylusPopupMenu, iStylusPopupMenu = NULL; - - } + } TUid CPodcastSearchView::Id() const { @@ -248,7 +240,6 @@ CPodcastListView::HandleCommandL(aCommand); break; } - UpdateToolbar(); } void CPodcastSearchView::OpmlParsingComplete(TInt /*aError*/, TUint /*aNumFeedsImported*/)