mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2026-02-09 19:46:36 +01:00
Fix one more resource leak found by Coverity.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user