Actually insert the free(d) call missed in r326802.
Noticed by: rpokala@
This commit is contained in:
parent
9e6a33ea0a
commit
8aa8d9dea8
@ -823,6 +823,7 @@ print_boot_vars(bool verbose)
|
||||
d = get_descr(data);
|
||||
printf("%s%c %s", v->name,
|
||||
((load_attrs & LOAD_OPTION_ACTIVE) ? '*': ' '), d);
|
||||
free(d);
|
||||
if (verbose)
|
||||
print_loadopt_str(data, size);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user