Ticket #2109: cups-1.1.23-image-png.patch

File cups-1.1.23-image-png.patch, 329 bytes (added by craigmjackson@…, 18 years ago)

Patch for PNG issue in CUPS-1.1.23 (Np0 type)

  • filter/image-png.c

    old new  
    252252    }
    253253
    254254  png_read_end(pp, info);
    255   png_read_destroy(pp, info, NULL);
     255  png_destroy_read_struct(&pp, &info, NULL);
     256  //png_read_destroy(pp, info, NULL);
    256257
    257258  fclose(fp);
    258259  free(in);