messagingapp/msgappfw/server/src/ccssession.cpp
changeset 67 fc91263aee62
parent 48 4f501b74aeb1
equal deleted inserted replaced
65:d8ac8e5e4721 67:fc91263aee62
   841                 // no more pending events, simply return
   841                 // no more pending events, simply return
   842                 return;
   842                 return;
   843             }
   843             }
   844         }
   844         }
   845 
   845 
       
   846 		// coverity[size_error][buffer_alloc]
   846         HBufC8* buffer = HBufC8::NewLC(4);
   847         HBufC8* buffer = HBufC8::NewLC(4);
   847         TPtr8 cntPtr(buffer->Des());
   848         TPtr8 cntPtr(buffer->Des());
   848         _LIT8(KFormat,"%d");
   849         _LIT8(KFormat,"%d");
   849         cntPtr.Format(KFormat, iReqCnt);
   850         cntPtr.Format(KFormat, iReqCnt);
   850         iAsyncReqRMessage.Write(0, *buffer);
   851         iAsyncReqRMessage.Write(0, *buffer);