menuentry option parsing is done using lib/arg.c

This commit is contained in:
BVK Chaitanya 2010-07-22 19:01:40 +05:30
parent 8527be0c5d
commit 639cc5ab44
7 changed files with 208 additions and 229 deletions

View file

@ -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);
}