This commit is contained in:
tTh 2024-04-04 02:17:50 +02:00
parent 0d092f89af
commit f5ce5a3699
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ if (verbosity) {
tiff = TIFFOpen(fname, "w");
if (NULL==tiff) {
fprintf(stderr, "erreur TIFFOpen\n");
free(linebuff);
return -6;
}