Revision: 201014 RCL_3 PDK_3.0.1
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 11:42:18 +0300
branchRCL_3
changeset 22 58e164f13314
parent 20 6b9cbc8ad81c
child 31 6bcc0aa4be39
Revision: 201014 Kit: 2010123
xml/xmldomandxpath/src/xmlengineserializer/xmlengcontenthandler.cpp
--- a/xml/xmldomandxpath/src/xmlengineserializer/xmlengcontenthandler.cpp	Tue May 25 14:41:02 2010 +0300
+++ b/xml/xmldomandxpath/src/xmlengineserializer/xmlengcontenthandler.cpp	Wed Jun 09 11:42:18 2010 +0300
@@ -284,7 +284,7 @@
 	HBufC8* uri = aUri.DesC().AllocL();
 	iCachedPrefixes.AppendL(pref);
 	iCachedUris.AppendL(uri);
-	iCachedErrors.Append(aErrorCode);
+	User::LeaveIfError(iCachedErrors.Append(aErrorCode));
 }
 
 /**