boot: Remove stray free()
authorWarner Losh <imp@FreeBSD.org>
Wed, 7 Dec 2022 18:30:04 +0000 (11:30 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 7 Dec 2022 18:30:04 +0000 (11:30 -0700)
commit7014e78fb714f85fe91c611663fdfb937b96714e
treed1b0e571325f2e453a55a7018b1e39a190a8f42b
parente1ff7945e1b3a9af34f092d9cca72ed802671c20
boot: Remove stray free()

Early versions of this code had a free, but this one doesn't need
it. Remove the forgotten free(vv); from earlier versions.

Fixes: ed56dcfc6b1f
Noticed by: Michael Butler
Sponsored by: Netflix
sys/kern/subr_boot.c