mmappcomponents/mmmtpdataprovider/src/cmmmtpdpmetadatavideoaccess.cpp
branchRCL_3
changeset 56 63223d4fd956
parent 55 6c1dfe4da5dd
child 63 91d5ad76f5c6
equal deleted inserted replaced
55:6c1dfe4da5dd 56:63223d4fd956
   478     iColSet = NULL;
   478     iColSet = NULL;
   479     iRecordSet.Close();
   479     iRecordSet.Close();
   480     //__ASSERT_DEBUG(!iColSet, _MTP_PANIC(KMtpPrtPncCat, ENullPointer)); // Must have iColSet == NULL
   480     //__ASSERT_DEBUG(!iColSet, _MTP_PANIC(KMtpPrtPncCat, ENullPointer)); // Must have iColSet == NULL
   481 
   481 
   482     // Make sure any quotes in the aMatchCriteria are doubled...
   482     // Make sure any quotes in the aMatchCriteria are doubled...
   483     // coverity[incorrect_multiplication]
       
   484     // coverity[buffer_alloc]
       
   485     HBufC* matchText = HBufC::NewLC( 2 * aMatchCriteria.Length() );
   483     HBufC* matchText = HBufC::NewLC( 2 * aMatchCriteria.Length() );
   486     TPtr pMatchText( matchText->Des() );
   484     TPtr pMatchText( matchText->Des() );
   487     TInt srcLen = aMatchCriteria.Length();
   485     TInt srcLen = aMatchCriteria.Length();
   488     TPtrC ch;
   486     TPtrC ch;
   489 
   487