mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 06:40:50 +00:00
fixed reference counting bug
This commit is contained in:
parent
1c34fc8fec
commit
b0ecfcd360
@ -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…
Reference in New Issue
Block a user