diff options
Diffstat (limited to 'ext/exif/exif.c')
| -rw-r--r-- | ext/exif/exif.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/ext/exif/exif.c b/ext/exif/exif.c index d9c591496b..43bd7a33c3 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -4457,13 +4457,11 @@ PHP_FUNCTION(exif_read_data)  #ifdef EXIF_DEBUG  		sections_str = exif_get_sectionlist(sections_needed);  		if (!sections_str) { -			zend_string_release(z_sections_needed);  			RETURN_FALSE;  		}  		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None");  		EFREE_IF(sections_str);  #endif -		zend_string_release(z_sections_needed);  	}  	if (Z_TYPE_P(stream) == IS_RESOURCE) { | 
