author | serb |
Wed, 10 Apr 2019 14:43:13 -0700 | |
changeset 55712 | 107c8ea4f7c8 |
parent 55711 | 0c143aaa2c99 |
child 55713 | 6cd74f29752c |
src/java.desktop/share/native/libsplashscreen/libpng/png.c | file | annotate | diff | comparison | revisions |
--- a/src/java.desktop/share/native/libsplashscreen/libpng/png.c Wed Apr 10 15:49:24 2019 +0100 +++ b/src/java.desktop/share/native/libsplashscreen/libpng/png.c Wed Apr 10 14:43:13 2019 -0700 @@ -4622,8 +4622,7 @@ 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; } }