libbpf: Fix memory leak in strset
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 1 Oct 2021 18:59:10 +0000 (11:59 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 1 Oct 2021 20:54:38 +0000 (22:54 +0200)
commitb0e875bac0fab3e7a7431c2eee36a8ccc0c712ac
treea1183b6c5ce4e6f0b520a2e5e23acd7623382084
parent4729445b47efebf089da4ccbcd1b116ffa2ad4af
libbpf: Fix memory leak in strset

Free struct strset itself, not just its internal parts.

Fixes: 90d76d3ececc ("libbpf: Extract internal set-of-strings datastructure APIs")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Link: https://lore.kernel.org/bpf/20211001185910.86492-1-andrii@kernel.org
tools/lib/bpf/strset.c