[Webkit-unassigned] [Bug 171211] [GTK] ASSERTION FAILED: m_deletionHasBegun when destroying ImageDecoder loading http://midori-browser.org/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 23 20:48:37 PDT 2017


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

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
So the problem here is that the PNGImageDecoder is being deleted before its refcount has fallen to zero, because it's being stored in a std::unique_ptr. That's wrong, it needs to be stored in a Ref or RefPtr.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170424/9646878a/attachment.html>


More information about the webkit-unassigned mailing list