[Webkit-unassigned] [Bug 160131] [GTK] Layout test media/track/track-in-band-duplicate-tracks-when-source-changes.html crashes and times out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 4 19:34:00 PST 2017


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |eric.carlson at apple.com

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
VideoTrack::willRemove() already has a null check of m_mediaElement.
This was added by Darin Adler in Bug 166635.

InbandTextTrack::willRemove() also has the null check.
This was added by Eric Carlson in Bug 117938.

But, AudioTrack::willRemove() doesn't have the null check even
though it also dereference the m_mediaElement.

-- 
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/20171205/1acca0c4/attachment.html>


More information about the webkit-unassigned mailing list