commit | bcb65a797eb7c51e4f227dd19295f14d38738fee | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <dave@gnu.org> | Wed Jul 06 12:26:05 2011 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 06 12:15:16 2011 -0700 |
tree | 7429c3e68bbcb203089a81ac2177613f3980f77f | |
parent | 23c570a67448e803408191f529ed9a83fd34a25a [diff] |
FDPIC: Fix memory leak The shdr4extnum variable isn't being freed in the cleanup process of elf_fdpic_core_dump(). Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>