]> git.pld-linux.org Git - packages/gpac.git/blob - gpac-libpng.patch
- rel 11; libpng fix
[packages/gpac.git] / gpac-libpng.patch
1 --- gpac/src/media_tools/img.c.orig     2008-12-01 18:39:36.000000000 +0100
2 +++ gpac/src/media_tools/img.c  2011-02-05 08:34:05.764692227 +0100
3 @@ -551,7 +551,7 @@
4         /* Allocate/initialize the image information data.  REQUIRED */
5         info_ptr = png_create_info_struct(png_ptr);
6         if (info_ptr == NULL) {
7 -               png_destroy_write_struct(&png_ptr,  png_infopp_NULL);
8 +               png_destroy_write_struct(&png_ptr, NULL);
9                 return GF_IO_ERR;
10         }
11         
This page took 0.023281 seconds and 3 git commands to generate.