cryptoservices/certificateandkeymgmt/pkcs7/pkcs7encrypteddataobject.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   218 		iEncryptedContent.Set(KNullDesC8());
   218 		iEncryptedContent.Set(KNullDesC8());
   219 		}
   219 		}
   220 
   220 
   221 	CleanupStack::PopAndDestroy(2, EncryptedDataContents); //EncryptedDataContents, EncryptedContentInfo    	
   221 	CleanupStack::PopAndDestroy(2, EncryptedDataContents); //EncryptedDataContents, EncryptedContentInfo    	
   222 	}
   222 	}
       
   223