landmarks/locationlandmarks/server/src/EPos_CPosLmLocalAccessSubsession.cpp
changeset 18 3825cf2dc8c2
parent 0 667063e416a2
child 19 d6e4203b7ebe
child 22 4c4ed41530db
equal deleted inserted replaced
1:788b770ce3ae 18:3825cf2dc8c2
   752         TPtr name( lmBuf->Des() );
   752         TPtr name( lmBuf->Des() );
   753         readStream.ReadL( name, nameLen );
   753         readStream.ReadL( name, nameLen );
   754         
   754         
   755         if ( aMessage.Int0() == EPosLmServerUpdateLandmarks ) 
   755         if ( aMessage.Int0() == EPosLmServerUpdateLandmarks ) 
   756             {
   756             {
       
   757 //coverity[freed_arg : FALSE]
   757             index.UpdateL( id, lmBuf );
   758             index.UpdateL( id, lmBuf );
   758             }
   759             }
   759         else
   760         else
   760             {
   761             {
   761             index.InsertL( id, lmBuf );
   762             index.InsertL( id, lmBuf );
   762             }
   763             }
       
   764 //coverity[pass_freed_arg : FALSE]
   763         CleanupStack::Pop( lmBuf );
   765         CleanupStack::Pop( lmBuf );
   764         }
   766         }
   765     
   767     
   766     readStream.Close();
   768     readStream.Close();
   767     CleanupStack::PopAndDestroy( buf );
   769     CleanupStack::PopAndDestroy( buf );