mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 06:28:27 +01:00
Fix one more resource leak found by Coverity.
This commit is contained in:
parent
b0d3080ffe
commit
07b9ce80bb
@ -1521,6 +1521,8 @@ write_text(pdfio_file_t *pdf, // I - PDF file
|
||||
return (1);
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
|
||||
return (0);
|
||||
|
||||
error:
|
||||
|
Loading…
Reference in New Issue
Block a user