We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a19e25 + f4c594b commit f4954dfCopy full SHA for f4954df
1 file changed
ext/standard/iptc.c
@@ -204,6 +204,7 @@ PHP_FUNCTION(iptcembed)
204
205
if (spool < 2) {
206
if (zend_fstat(fileno(fp), &sb) != 0) {
207
+ fclose(fp);
208
RETURN_FALSE;
209
}
210
0 commit comments