This commit is contained in:
BVK Chaitanya 2010-07-22 23:22:36 +05:30
parent 7f18804f07
commit 1a60d363b0

View file

@ -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;
}