[Webkit-unassigned] [Bug 192590] New: [WebAudio] Release the AudioDestination when uninitializing DefaultAudioDestinationNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 09:03:28 PST 2018


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

            Bug ID: 192590
           Summary: [WebAudio] Release the AudioDestination when
                    uninitializing DefaultAudioDestinationNode
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bandou.yacine at gmail.com
                CC: calvaris at igalia.com, jer.noble at apple.com,
                    olivier.blin at softathome.com, pnormand at igalia.com

When we uninitialize DefaultAudioDestinationNode, the AudioDestination is stopped but not destroyed.

On some platforms the resources are allocated and released with the AudioDestination, thus when we uninitialize DefaultAudioDestinationNode, when the WebProcess is killed for example, we don't release resources because the AudioDestination is not destroyed.

-- 
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/20181211/4cc1784e/attachment.html>


More information about the webkit-unassigned mailing list