grub-mkimage: remove redundant NULL check
Found by: Coverity scan. CID: 73737
This commit is contained in:
parent
528256932b
commit
962b69d950
1 changed files with 1 additions and 2 deletions
|
@ -304,7 +304,6 @@ main (int argc, char *argv[])
|
|||
grub_util_file_sync (fp);
|
||||
fclose (fp);
|
||||
|
||||
if (arguments.dir)
|
||||
free (arguments.dir);
|
||||
|
||||
if (arguments.output)
|
||||
|
|
Loading…
Reference in a new issue