Small updates.

committer: mfx <mfx> 1031793636 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-09-12 01:20:36 +00:00
parent 9f4a0fedbf
commit 6b74aa2673
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -958,7 +958,7 @@ void Packer::initLoader(const void *pdata, int plen, int pinfo)
pinfo = (pinfo + 3) &~ 3;
}
delete linker;
delete linker; linker = NULL;
if (getFormat() < 128)
linker = new Linker(pdata, plen, pinfo); // little endian
else