[Webkit-unassigned] [Bug 66230] Also release media resources when media is completely loaded.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 11:00:47 PDT 2011


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





--- Comment #12 from Eric Carlson <eric.carlson at apple.com>  2011-08-17 11:00:47 PST ---
(In reply to comment #11)
> 
> Also my other question is that instead of a m_player.clear(), should it be a cancelLoad()? Conceptually doing a destruction seems to be doing more than just cancel the resource fetch.

The problem that while they are conceptually very similar, clear() deletes the player so *everything* gets cleaned up and all state is reset. cancelLoad do the same, but testing that will be difficult because AFIK not all ports have leaks bots.

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