omadrm/drmengine/notifier/src/DRMNotifierSession.cpp
changeset 2 76350b5be3d8
parent 0 95b198f216e5
child 17 e16d72588c28
child 23 493788a4a8a4
equal deleted inserted replaced
1:c562c0bc23e5 2:76350b5be3d8
    99         LOG( _L8( " Something went wrong with Cancelling the notifications " ) );
    99         LOG( _L8( " Something went wrong with Cancelling the notifications " ) );
   100         }
   100         }
   101 
   101 
   102     for( i = 0; i < iMessageQueue.Count(); i++ )
   102     for( i = 0; i < iMessageQueue.Count(); i++ )
   103         {
   103         {
   104         iStorage->UpdateMessage(iMessageQueue[i]);
   104         if( this->iStorage ) // coverity check
       
   105             {    
       
   106             iStorage->UpdateMessage(iMessageQueue[i]);
       
   107             }
   105         }
   108         }
   106 
   109 
   107     iMessageQueue.Reset();
   110     iMessageQueue.Reset();
   108 
   111 
   109     for( i = 0; i < iContentIDList.Count(); i++ )
   112     for( i = 0; i < iContentIDList.Count(); i++ )