[Webkit-unassigned] [Bug 118497] Leak: PNGImageDecoder::decode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 04:12:04 PDT 2013


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





--- Comment #2 from Anton Obzhirov <a.obzhirov at samsung.com>  2013-07-09 04:14:05 PST ---
(In reply to comment #1)
> I'll have a look - looks interesting.

It looks like false positive. 

See at the end of 

void PNGImageDecoder::decode(bool onlySize) 

    // If we're done decoding the image, we don't need the PNGImageReader
    // anymore.  (If we failed, |m_reader| has already been cleared.)
    else if (isComplete())
        m_reader.clear();

png structure gets cleaned after reader is deleted or closed.

-- 
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