* util/grub-mkpasswd-pbkdf2.c (main): Don't double-close.
Reported by: David Volgyes <dvolgyes>.
This commit is contained in:
parent
cad3237fb5
commit
03147f4667
2 changed files with 5 additions and 1 deletions
|
@ -270,7 +270,6 @@ main (int argc, char *argv[])
|
|||
free (bufhex);
|
||||
free (salthex);
|
||||
free (salt);
|
||||
fclose (f);
|
||||
grub_util_error ("couldn't retrieve random data for salt");
|
||||
}
|
||||
fclose (f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue