fixed reference counting bug
This commit is contained in:
parent
1c34fc8fec
commit
b0ecfcd360
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ grub_script_argv_free (struct grub_script_argv *argv)
|
|||
|
||||
grub_free (argv->args);
|
||||
}
|
||||
if (argv->script)
|
||||
grub_script_put (argv->script);
|
||||
|
||||
argv->argc = 0;
|
||||
argv->args = 0;
|
||||
argv->script = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue