mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
e1ff7945e1
commit
7014e78fb7
1 changed files with 0 additions and 1 deletions
|
|
@ -179,7 +179,6 @@ static int howto_masks[] = {
|
|||
SETENV(n, "1");
|
||||
else
|
||||
SETENV(n, vv);
|
||||
free(vv);
|
||||
}
|
||||
#endif
|
||||
return (howto);
|
||||
|
|
|
|||
Loading…
Reference in a new issue