commands/macbless: Remove incorrect grub_free.
Found by: Coverity Scan
This commit is contained in:
parent
f579f097bb
commit
09e84f188b
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ grub_cmd_macbless (grub_command_t cmd, int argc, char **args)
|
||||||
grub_device_close (dev);
|
grub_device_close (dev);
|
||||||
|
|
||||||
grub_free (device_name);
|
grub_free (device_name);
|
||||||
grub_free (path);
|
|
||||||
|
|
||||||
return grub_error (GRUB_ERR_BAD_ARGUMENT, "invalid argument");
|
return grub_error (GRUB_ERR_BAD_ARGUMENT, "invalid argument");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue