profilesapplication/Profiles/ProfileApp/SettingsViewSrc/CProfilePlayingVolumeSettingPage.cpp
--- a/profilesapplication/Profiles/ProfileApp/SettingsViewSrc/CProfilePlayingVolumeSettingPage.cpp Tue Sep 14 21:19:36 2010 +0300
+++ b/profilesapplication/Profiles/ProfileApp/SettingsViewSrc/CProfilePlayingVolumeSettingPage.cpp Wed Oct 13 14:32:23 2010 +0300
@@ -205,13 +205,6 @@
//
void CProfilePlayingVolumeSettingPage::CheckRingingToneTypeL()
{
- // If the preview tone is not NULL, delete it.
- if ( iPreviewTone )
- {
- delete iPreviewTone;
- iPreviewTone = NULL;
- }
-
// Get default tone from cenrep
TFileName defaultTone;
CRepository* cenrep = CRepository::NewL( KCRUidProfileEngine );