diff -r 072a9626b290 -r 09d657f1ee00 sensorservices/orientationssy/src/SsyControlOrientation.cpp --- a/sensorservices/orientationssy/src/SsyControlOrientation.cpp Wed Aug 18 11:03:14 2010 +0300 +++ b/sensorservices/orientationssy/src/SsyControlOrientation.cpp Thu Sep 02 21:48:26 2010 +0300 @@ -224,8 +224,8 @@ if ( channel ) { - iChannelArray.Append( channel ); - channelInfoList.Append( channelInfo ); + User::LeaveIfError(iChannelArray.Append( channel )); + User::LeaveIfError(channelInfoList.Append( channelInfo)); } }