util/grub-mkstandalone: fix memory leak.

Found by: Coverity scan.
This commit is contained in:
Andrei Borzenkov 2015-01-26 22:20:51 +03:00
parent be0743b052
commit bd4e20eedf

View file

@ -284,6 +284,7 @@ add_tar_file (const char *from,
grub_util_fd_close (in);
write_pad (size);
free (tcn);
}
int