cleanup
This commit is contained in:
parent
7f18804f07
commit
1a60d363b0
1 changed files with 1 additions and 3 deletions
|
@ -54,9 +54,7 @@ grub_extcmd_dispatcher (struct grub_command *cmd, int argc, char **args,
|
|||
return ret;
|
||||
}
|
||||
|
||||
if (state)
|
||||
grub_free (state);
|
||||
|
||||
grub_free (state);
|
||||
return grub_errno;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue