Changes between Initial Version and Version 1 of Ticket #36214, comment 4
- Timestamp:
- Mar 24, 2016, 4:10:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36214, comment 4
initial v1 1 1 I 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 {{{ 2 3 --- wrlib/png.c.orig 2004-10-12 20:22:04.000000000 +0200 3 4 +++ wrlib/png.c 2012-10-08 19:41:57.000000000 +0200 … … 14 15 png_destroy_read_struct(&png, &pinfo, &einfo); 15 16 if (image) 17 }}}