diff -r c562c0bc23e5 -r 76350b5be3d8 omadrm/drmplugins/drmrohandler/src/CRoHandler.cpp --- a/omadrm/drmplugins/drmrohandler/src/CRoHandler.cpp Thu Jan 07 12:54:19 2010 +0200 +++ b/omadrm/drmplugins/drmrohandler/src/CRoHandler.cpp Mon Jan 18 20:30:37 2010 +0200 @@ -758,7 +758,7 @@ User::LeaveIfError( ret ); } - if ( iPutRightsToInbox ) + if ( iPutRightsToInbox && contentURI ) // coverity check { buffer = HBufC16::NewL( contentURI->Length() ); TPtr uri16( buffer->Des() );