changeset 60 | 245df5276b97 |
parent 53 | ae54820ef82c |
child 75 | 2d2d25361590 |
--- a/installationservices/swinstallationfw/source/sifcommon.cpp Tue Jul 06 14:23:31 2010 +0300 +++ b/installationservices/swinstallationfw/source/sifcommon.cpp Wed Aug 18 09:55:45 2010 +0300 @@ -1012,7 +1012,7 @@ void CStringItem::InternalizeL(RReadStream& aStream) { CItemBase::InternalizeL(aStream); - delete iString; + DeleteObjectZ(iString); iString = HBufC::NewL(aStream, KMaxOpaqueParamsDescriptorSize); }