diff -r 072a9626b290 -r 09d657f1ee00 sensorservices/orientationssy/src/SsyProperty.cpp --- a/sensorservices/orientationssy/src/SsyProperty.cpp Wed Aug 18 11:03:14 2010 +0300 +++ b/sensorservices/orientationssy/src/SsyProperty.cpp Thu Sep 02 21:48:26 2010 +0300 @@ -52,7 +52,11 @@ for ( TInt index = 0; index < aNumberOfProperties ; index++ ) { - iChannelProperties.Append( aProperties[ index ] ); + if(iChannelProperties.Append( aProperties[ index ])!= KErrNone ) + { + iChannelProperties.Reset(); + break; + } } SSY_TRACE_OUT();