From 80eb8e08dd20fd18e841f8c813947cfb8cbbc4e5 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 25 May 2019 15:12:24 +0200 Subject: [libpng] Backport an upstream libpng patch. --- media/libpng/png.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'media') diff --git a/media/libpng/png.c b/media/libpng/png.c index e6fe51722..3630b1f73 100644 --- a/media/libpng/png.c +++ b/media/libpng/png.c @@ -4517,8 +4517,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; } } -- cgit v1.2.3