We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The bug was detected via svace1 static analyzer scanning.
The handle 'fpdest' is created at
CUPS-PDF-to-PDF/cups-pdf.c
Line 718 in c14428c
Line 727 in c14428c
Do we need (void) fclose(fpdest); before return?
(void) fclose(fpdest);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The bug was detected via svace1 static analyzer scanning.
The handle 'fpdest' is created at
CUPS-PDF-to-PDF/cups-pdf.c
Line 718 in c14428c
by calling function 'fopen' and lost at
CUPS-PDF-to-PDF/cups-pdf.c
Line 727 in c14428c
Do we need
(void) fclose(fpdest);
before return?The text was updated successfully, but these errors were encountered: