merge with mainline

This commit is contained in:
BVK Chaitanya 2010-09-04 14:21:56 +05:30
commit e77cc389d5
2 changed files with 6 additions and 1 deletions

View file

@ -500,8 +500,8 @@ grub_normal_do_completion (char *buf, int *restore,
fail:
if (argc != 0)
{
grub_free (argv);
grub_free (argv[0]);
grub_free (argv);
}
grub_free (match);
grub_errno = GRUB_ERR_NONE;