Fix one more resource leak found by Coverity.

This commit is contained in:
Michael R Sweet 2021-06-04 11:07:27 -04:00
parent b0d3080ffe
commit 07b9ce80bb
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -1521,6 +1521,8 @@ write_text(pdfio_file_t *pdf, // I - PDF file
return (1);
}
fclose(fp);
return (0);
error: