OSDN Git Service

selftests/bpf: Free inner strings index in btf selftest
authorAndrii Nakryiko <andrii@kernel.org>
Sun, 7 Nov 2021 16:55:17 +0000 (08:55 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 7 Nov 2021 17:14:15 +0000 (09:14 -0800)
commit5309b516bcc6f76dda0e44a7a1824324277093d6
tree5c3e9e87c5a817b873359ed4f95efa2ff3e6e883
parentb8b26e585f3a0fbcee1032c622f046787da57390
selftests/bpf: Free inner strings index in btf selftest

Inner array of allocated strings wasn't freed on success. Now it's
always freed.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Reviewed-by: Hengqi Chen <hengqi.chen@gmail.com>
Link: https://lore.kernel.org/bpf/20211107165521.9240-6-andrii@kernel.org
tools/testing/selftests/bpf/prog_tests/btf.c