diff -r 81da3301b632 -r f85613f12947 mtpfws/mtpfw/dataproviders/devdp/src/cmtpdevicedatastore.cpp --- a/mtpfws/mtpfw/dataproviders/devdp/src/cmtpdevicedatastore.cpp Wed Jun 09 10:36:33 2010 +0300 +++ b/mtpfws/mtpfw/dataproviders/devdp/src/cmtpdevicedatastore.cpp Mon Jun 21 16:36:59 2010 +0300 @@ -513,7 +513,7 @@ 1. Device friendly name. */ iDeviceFriendlyNameDefault = iSingletons.FrameworkConfig().ValueL(CMTPFrameworkConfig::EDeviceFriendlyName); - iDeviceFriendlyName = CMTPTypeString::NewL(*iDeviceFriendlyNameDefault); + iDeviceFriendlyName = CMTPTypeString::NewL(); // 2. Synchronization partner name. iSyncPartnerNameDefault = iSingletons.FrameworkConfig().ValueL(CMTPFrameworkConfig::ESynchronizationPartnerName);