Reacted on (in the end harmless) warning of valgrind

This commit is contained in:
Thomas Schmitt 2022-12-11 19:23:48 +01:00
parent 017363ee34
commit 4eb98d7911
2 changed files with 2 additions and 2 deletions

View File

@ -1092,7 +1092,7 @@ int Xorriso_set_all_file_dates(struct XorrisO *xorriso, int flag)
int Xorriso_warn_efi_boot_dir(struct XorrisO *xorriso, IsoImage *image, int Xorriso_warn_efi_boot_dir(struct XorrisO *xorriso, IsoImage *image,
int flag) int flag)
{ {
int ret, num_boots, i, filec; int ret, num_boots, i, filec= 0;
off_t mem= 0; off_t mem= 0;
char *patterns[1], **filev= NULL; char *patterns[1], **filev= NULL;
ElToritoBootImage **boots = NULL; ElToritoBootImage **boots = NULL;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2022.12.02.095334" #define Xorriso_timestamP "2022.12.11.182322"