block params are grub_script with independent memory

This commit is contained in:
BVK Chaitanya 2010-06-09 11:29:11 +05:30
parent 19dd394f56
commit 6c9aa3df16
2 changed files with 15 additions and 6 deletions

View file

@ -61,7 +61,7 @@ struct grub_script_arg
char *str;
/* Parsed block argument. */
struct grub_script_cmd *block;
struct grub_script block;
/* Next argument part. */
struct grub_script_arg *next;