workaround ElfLinker not handling addSection(,,) from dynamic block

This commit is contained in:
John Reiser
2006-07-09 17:29:22 -07:00
parent d5e0e66426
commit ab0c349261
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ PackLinuxElf32x86::buildLinuxLoader(
// This adds the definition to the "library", to be used later.
linker->addSection("FOLDEXEC", cprLoader, sizeof(h) + sz_cpr);
delete [] cprLoader;
// FIXME: memory leak delete [] cprLoader;
int const n_mru = ft->n_mru; // FIXME: belongs to filter? packerf?