diff -r 1ddbe54d0645 -r ccb4f6b3db21 sensorservices/orientationssy/src/SsyControlOrientation.cpp --- a/sensorservices/orientationssy/src/SsyControlOrientation.cpp Thu Aug 19 11:09:10 2010 +0300 +++ b/sensorservices/orientationssy/src/SsyControlOrientation.cpp Tue Aug 31 16:29:05 2010 +0300 @@ -224,8 +224,8 @@ if ( channel ) { - iChannelArray.Append( channel ); - channelInfoList.Append( channelInfo ); + User::LeaveIfError(iChannelArray.Append( channel )); + User::LeaveIfError(channelInfoList.Append( channelInfo)); } }