diff -r d6b9e89d80a3 -r 0f7422b6b602 sensorservices/orientationssy/src/SsyProperty.cpp --- a/sensorservices/orientationssy/src/SsyProperty.cpp Tue Aug 10 14:46:45 2010 +0300 +++ b/sensorservices/orientationssy/src/SsyProperty.cpp Mon Aug 23 14:47:20 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();