"new []" requires matching "delete []"
committer: jreiser <jreiser> 1090882098 +0000
This commit is contained in:
parent
ed9057ca83
commit
465ea6429f
@ -257,7 +257,7 @@ PackLinuxI386::buildLinuxLoader(
|
||||
|
||||
// This adds the definition to the "library", to be used later.
|
||||
linker->addSection("FOLDEXEC", cprLoader, sizeof(h) + h.sz_cpr);
|
||||
delete cprLoader;
|
||||
delete [] cprLoader;
|
||||
|
||||
n_mru = ft->n_mru;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user