From 08057f2a85a111611c848baf3fb3955457f0fdd6 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 22 May 2000 04:08:55 +0000 Subject: [PATCH] fix memory leak of phdri committer: jreiser 958968535 +0000 --- src/p_lx_elf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index cbd2e478..6d201e91 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -45,6 +45,7 @@ static const PackLinuxI386elf::~PackLinuxI386elf() { + delete phdri; } PackLinuxI386elf::PackLinuxI386elf(InputFile *f)