changeset 675 | 02e65118a746 |
parent 607 | 378360dbbdba |
--- a/e32tools/elf2e32/source/e32imagefile.cpp Tue Nov 02 16:54:53 2010 +0800 +++ b/e32tools/elf2e32/source/e32imagefile.cpp Tue Nov 09 17:18:57 2010 +0800 @@ -495,7 +495,7 @@ aRelocsSize = Align(rsize + sizeof(E32RelocSection), sizeof(uint32)); uint32 aBase = (*aRelocList.begin())->iSegment->p_vaddr; - //add for cleanup to be done later.. + cleanupStack.push_back(aRelocs); aRelocs = new char [aRelocsSize]; memset(aRelocs, 0, aRelocsSize);