From 86c2056f141e18bc4d0128daabc1acbe73b1f252 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Mon, 23 Jan 2012 23:34:59 +0100 Subject: [PATCH] --- yaml --- r: 286808 b: refs/heads/master c: 5067cf53cac9b36d42ebb3a45bb12259d0bc1e68 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/boot/compressed/misc.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 55aa4b790a35..76b57fd4e429 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3fe54564a61f72982032423d24041dca30617ca2 +refs/heads/master: 5067cf53cac9b36d42ebb3a45bb12259d0bc1e68 diff --git a/trunk/arch/x86/boot/compressed/misc.c b/trunk/arch/x86/boot/compressed/misc.c index 3a19d04cebeb..7116dcba0c9e 100644 --- a/trunk/arch/x86/boot/compressed/misc.c +++ b/trunk/arch/x86/boot/compressed/misc.c @@ -321,6 +321,8 @@ static void parse_elf(void *output) default: /* Ignore other PT_* */ break; } } + + free(phdrs); } asmlinkage void decompress_kernel(void *rmode, memptr heap,