summaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-05-25 15:12:24 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-05-25 15:12:24 +0200
commitc10b3c9b01ee1c3d341171b18e3a87a99e90f566 (patch)
tree09dba8231af05f467e8ff87eae0a6b069c575fdf /media
parent5b94b6e57a7d2b9afffd3330e0ac9843a6b28260 (diff)
downloadaura-central-c10b3c9b01ee1c3d341171b18e3a87a99e90f566.tar.gz
[libpng] Backport an upstream libpng patch.
Diffstat (limited to 'media')
-rw-r--r--media/libpng/png.c3
1 files changed, 1 insertions, 2 deletions
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;
}
}