diff --git a/kernel/bpf/btf.c b/kernel/bpf/btf.c index cb099e1a956e..767c35569b8f 100644 --- a/kernel/bpf/btf.c +++ b/kernel/bpf/btf.c @@ -8505,6 +8505,7 @@ int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo, if (!type) { bpf_log(ctx->log, "relo #%u: bad type id %u\n", relo_idx, relo->type_id); + kfree(specs); return -EINVAL; }