equal
deleted
inserted
replaced
1841 iItem->iMetaType = ((*aItemList)[i].iMetaType)->AllocL(); |
1841 iItem->iMetaType = ((*aItemList)[i].iMetaType)->AllocL(); |
1842 iItem->iMetaFormat = ((*aItemList)[i].iMetaFormat)->AllocL(); |
1842 iItem->iMetaFormat = ((*aItemList)[i].iMetaFormat)->AllocL(); |
1843 iItem->iMetaMark = ((*aItemList)[i].iMetaMark)->AllocL(); |
1843 iItem->iMetaMark = ((*aItemList)[i].iMetaMark)->AllocL(); |
1844 iItem->iData = ((*aItemList)[i].iData)->AllocL(); |
1844 iItem->iData = ((*aItemList)[i].iData)->AllocL(); |
1845 iDataItem->AppendL(*iItem); |
1845 iDataItem->AppendL(*iItem); |
|
1846 delete iItem; |
1846 } |
1847 } |
1847 } |
1848 } |
1848 |
1849 |
1849 } |
1850 } |
1850 |
1851 |