diff --git a/sys/kern/subr_boot.c b/sys/kern/subr_boot.c index 49c7769afce4..d920140ae4b9 100644 --- a/sys/kern/subr_boot.c +++ b/sys/kern/subr_boot.c @@ -179,7 +179,6 @@ static int howto_masks[] = { SETENV(n, "1"); else SETENV(n, vv); - free(vv); } #endif return (howto);