RESOLVED FIXED 192590
[WebAudio] Release the AudioDestination when uninitializing DefaultAudioDestinationNode
https://bugs.webkit.org/show_bug.cgi?id=192590
Summary [WebAudio] Release the AudioDestination when uninitializing DefaultAudioDesti...
Yacine Bandou
Reported 2018-12-11 09:03:28 PST
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.
Attachments
Patch (1.71 KB, patch)
2018-12-11 09:16 PST, Yacine Bandou
no flags
Yacine Bandou
Comment 1 2018-12-11 09:16:48 PST
WebKit Commit Bot
Comment 2 2019-01-18 06:12:59 PST
Comment on attachment 357053 [details] Patch Clearing flags on attachment: 357053 Committed r240143: <https://trac.webkit.org/changeset/240143>
WebKit Commit Bot
Comment 3 2019-01-18 06:13:00 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-01-18 06:13:27 PST
Note You need to log in before you can comment on or make changes to this bug.