blob: 58205fd769bc8bb6de581291c8d991a2977cd159 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- img.c.orig 2010-05-27 22:20:32.758633643 -0500
+++ img.c 2010-05-27 22:21:49.263633070 -0500
@@ -551,7 +551,7 @@
/* Allocate/initialize the image information data. REQUIRED */
info_ptr = png_create_info_struct(png_ptr);
if (info_ptr == NULL) {
- png_destroy_write_struct(&png_ptr, png_infopp_NULL);
+ png_destroy_write_struct(&png_ptr, NULL);
return GF_IO_ERR;
}
|