]> git.ipfire.org Git - thirdparty/linux.git/commit
objtool: Don't free memory in elf_close()
authorJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 30 May 2023 17:21:01 +0000 (10:21 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 7 Jun 2023 17:03:19 +0000 (10:03 -0700)
commit5201a9bcb7d3f98ab99c17325b0aa925c2888ca3
treec7d6cd412655b981d43c79da1db6a294f699abb0
parentfcf933552bebdecd72b324738c6635f46b0df569
objtool: Don't free memory in elf_close()

It's not necessary, objtool's about to exit anyway.

Link: https://lore.kernel.org/r/74bdb3058b8f029db8d5b3b5175f2a200804196d.1685464332.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/objtool/elf.c