util/grub-mkstandalone: fix memory leak.
Found by: Coverity scan.
This commit is contained in:
parent
be0743b052
commit
bd4e20eedf
@ -284,6 +284,7 @@ add_tar_file (const char *from,
|
||||
grub_util_fd_close (in);
|
||||
|
||||
write_pad (size);
|
||||
free (tcn);
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user