memory leak fix in grub_script_execute_cmdline
This commit is contained in:
parent
dada803720
commit
0003008a58
3 changed files with 8 additions and 6 deletions
|
@ -66,7 +66,7 @@ struct grub_script_arg
|
|||
/* An argument vector. */
|
||||
struct grub_script_argv
|
||||
{
|
||||
int argc;
|
||||
unsigned argc;
|
||||
char **args;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue