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:			ed56dcfc6b
Noticed by:		Michael Butler
Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-12-07 11:30:04 -07:00
parent e1ff7945e1
commit 7014e78fb7

View File

@ -179,7 +179,6 @@ static int howto_masks[] = {
SETENV(n, "1");
else
SETENV(n, vv);
free(vv);
}
#endif
return (howto);