8218876: Improve PNG support options

Reviewed-by: prr, rhalade, mschoene
This commit is contained in:
Sergey Bylokhov 2019-04-10 14:43:13 -07:00
parent c9da623b6f
commit efecbce7fe

View File

@ -4622,8 +4622,7 @@ png_image_free(png_imagep image)
if (image != NULL && image->opaque != NULL &&
image->opaque->error_buf == NULL)
{
/* Ignore errors here: */
(void)png_safe_execute(image, png_image_free_function, image);
png_image_free_function(image);
image->opaque = NULL;
}
}