diff -r aba6b8104af3 -r 51c0f5edf5ef appinstaller/AppinstUi/Server/Src/SWInstInstallRequest.cpp --- a/appinstaller/AppinstUi/Server/Src/SWInstInstallRequest.cpp Tue Feb 02 00:20:15 2010 +0200 +++ b/appinstaller/AppinstUi/Server/Src/SWInstInstallRequest.cpp Fri Feb 19 22:57:02 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -389,7 +389,7 @@ { HBufC* tmpMIME = HBufC::NewLC( KMaxDataTypeLength ); TPtr mimePtr( tmpMIME->Des() ); - aContent.GetStringAttribute( ContentAccess::EMimeType, mimePtr ); + User::LeaveIfError( aContent.GetStringAttribute( ContentAccess::EMimeType, mimePtr ) ); aMIME.Copy( *tmpMIME ); CleanupStack::PopAndDestroy( tmpMIME ); }