Changes between Initial Version and Version 1 of Ticket #36214, comment 4


Ignore:
Timestamp:
Mar 24, 2016, 4:10:45 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36214, comment 4

    initial v1  
    11I have been bitten by the just the same bug today. In order to fix WindowMaker, the following patch must be applied to  wrlib/png.c:
     2{{{
    23--- wrlib/png.c.orig    2004-10-12 20:22:04.000000000 +0200
    34+++ wrlib/png.c 2012-10-08 19:41:57.000000000 +0200
     
    1415         png_destroy_read_struct(&png, &pinfo, &einfo);
    1516         if (image)
     17}}}