From 465ea6429f786296ed152b47d2c4a10cff52b815 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 26 Jul 2004 22:48:18 +0000 Subject: [PATCH] "new []" requires matching "delete []" committer: jreiser 1090882098 +0000 --- src/p_lx_exc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_lx_exc.cpp b/src/p_lx_exc.cpp index bcb381df..04f7d374 100644 --- a/src/p_lx_exc.cpp +++ b/src/p_lx_exc.cpp @@ -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;