Fix one more resource leak found by Coverity.

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

View File

@ -1398,7 +1398,7 @@ write_text(pdfio_file_t *pdf, // I - PDF file
if ((st = pdfioFileCreatePage(pdf, dict)) != NULL)
puts("PASS");
else
return (1);
goto error;
// Show the page number
fputs("pdfioContentSetFillColorDeviceGray(0.0): ", stdout);