diff -r 38383aab3fb8 -r c6f14f20ccfd persistentstorage/dbms/ustor/US_INDEX.CPP --- a/persistentstorage/dbms/ustor/US_INDEX.CPP Fri Jun 11 16:29:03 2010 +0100 +++ b/persistentstorage/dbms/ustor/US_INDEX.CPP Tue Jun 15 16:30:16 2010 +0100 @@ -340,7 +340,7 @@ CDbStoreIndex::HKey* CDbStoreIndex::HKey::NewL(const CDbKey& aKey,const HDbColumnSet& aColumns) { TInt count=aKey.Count(); - HKey* self=(HKey*)User::AllocLC(_FOFF(HKey,iKeys[count])); + HKey* self=(HKey*)User::AllocLC(_FOFF_DYNAMIC(HKey,iKeys[count])); if (aKey.IsUnique()) new(self) HKey; else