[cairo-bugs] [Bug 63487] Fix read_png with libpng 1.6

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 12 16:19:45 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=63487

--- Comment #4 from Armin K <krejzi at email.com> ---
-    png_read_update_info (png, info);
+    info = NULL;
+    png_read_info (png, info);

This appears to work, too. It doesn't work without unseting the info variable.
If it's okay with you, I'll attach a new patch.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20130412/688ca313/attachment.html>


More information about the cairo-bugs mailing list