menuentry option parsing is done using lib/arg.c
This commit is contained in:
parent
8527be0c5d
commit
639cc5ab44
7 changed files with 208 additions and 229 deletions
|
@ -104,8 +104,8 @@ grub_script_free (struct grub_script *script)
|
|||
|
||||
s = script->children;
|
||||
while (s) {
|
||||
grub_script_put (s);
|
||||
s = s->siblings;
|
||||
grub_script_put (s);
|
||||
}
|
||||
grub_free (script);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue