equal
deleted
inserted
replaced
756 delete rights; |
756 delete rights; |
757 rights = NULL; |
757 rights = NULL; |
758 User::LeaveIfError( ret ); |
758 User::LeaveIfError( ret ); |
759 } |
759 } |
760 |
760 |
761 if ( iPutRightsToInbox ) |
761 if ( iPutRightsToInbox && contentURI ) // coverity check |
762 { |
762 { |
763 buffer = HBufC16::NewL( contentURI->Length() ); |
763 buffer = HBufC16::NewL( contentURI->Length() ); |
764 TPtr uri16( buffer->Des() ); |
764 TPtr uri16( buffer->Des() ); |
765 uri16.Copy( *contentURI ); |
765 uri16.Copy( *contentURI ); |
766 CleanupStack::PopAndDestroy( contentURI ); |
766 CleanupStack::PopAndDestroy( contentURI ); |