diff -r 9dbe1b043bea -r e4e3998ddda2 uigraphics/AknIcon/srvsrc/AknIconSrvUtils.cpp --- a/uigraphics/AknIcon/srvsrc/AknIconSrvUtils.cpp Thu Aug 19 10:53:51 2010 +0300 +++ b/uigraphics/AknIcon/srvsrc/AknIconSrvUtils.cpp Tue Aug 31 16:13:36 2010 +0300 @@ -70,14 +70,7 @@ if ( !aHandler ) { aHandler = AknIconFormatHandlerFactory::NewIconFormatHandlerL( type ); - TInt error = aHandlerList.Append( aHandler ); - if (error != KErrNone) - { - delete aHandler; - aHandler = 0; - User::Leave(error); - } - + aHandlerList.Append( aHandler ); aHandler->SetAnimated( aAnimated ); }