[Webkit-unassigned] [Bug 32410] [Qt] Allow to use WebCore image decoders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 05:51:26 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32410





--- Comment #4 from Holger Freyther <zecke at selfish.org>  2009-12-14 05:51:26 PST ---
The crash is due one thing we can do in the pure Qt case...

In RGBA32Buffer::asNewNativeImage we throw the QImage away... with progressive
loading we are doing this while decoding... the fix should be to...

a.) guard that with the ENABLE/USE macro..
b.) Check the state of the frame and throw it away once it has been decoded
c.) Just remove it and hope someone is calling ::clear...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list