[Webkit-unassigned] [Bug 46560] New: [LEAK] Removing video element will not free assigned memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 25 02:37:07 PDT 2010


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

           Summary: [LEAK] Removing video element will not free assigned
                    memory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cedric at desaintmartin.fr


Created an attachment (id=68819)
 --> (https://bugs.webkit.org/attachment.cgi?id=68819)
video memory leak use case

Creating a <video> element will take a lot of memory.
But removing this element with javascript won't free this memory.

This memory won't be reused when another <video> element with same src is created.

Web application showing a lot of <video>, like the one I am developping, will suffer of this bug.

I included with this bug report a html file containing a use case of such memory leak.

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