New issue
Advanced search Search tips

Issue 603493 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Remove persistent reference to srcObject in HTMLMediaElement

Project Member Reported by guidou@chromium.org, Apr 14 2016

Issue description

srcObject is currently implemented by keeping a persistent reference (WebPrivatePtr) to the media provider object. This could unintentionally lead to memory leaks due to reference cycles.

A better alternative could be to use an internal garbage-collected object to represent the media provider, and build a new Web* object just for passing it as parameter to the content layer.
 

Comment 2 by guidou@chromium.org, Apr 15 2016

Status: Fixed (was: Assigned)

Sign in to add a comment