branch | RCL_3 |
changeset 106 | e4e3998ddda2 |
parent 78 | 0b86c25b743a |
child 107 | 9f95a5546443 |
--- 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 ); }