Searched refs:png_pixels (Results 1 – 3 of 3) sorted by relevance
208 png_byte *png_pixels = NULL; in pnm2png() local394 if ((png_pixels = (png_byte *) in pnm2png()399 pix_ptr = png_pixels; in pnm2png()454 free (png_pixels); in pnm2png()455 png_pixels = NULL; in pnm2png()462 free (png_pixels); in pnm2png()463 png_pixels = NULL; in pnm2png()479 free (png_pixels); in pnm2png()480 png_pixels = NULL; in pnm2png()502 free (png_pixels); in pnm2png()[all …]
212 png_byte *png_pixels = NULL; in png2pnm() local342 if ((png_pixels = (png_byte *) in png2pnm()353 free (png_pixels); in png2pnm()354 png_pixels = NULL; in png2pnm()360 row_pointers[i] = png_pixels + i * row_bytes; in png2pnm()400 pix_ptr = png_pixels; in png2pnm()453 if (png_pixels != (unsigned char*) NULL) in png2pnm()454 free (png_pixels); in png2pnm()
5325 Fixed potential leak of png_pixels in contrib/pngminus/pnm2png.c