Closed
Bug 856771
Opened 12 years ago
Closed 12 years ago
Protect the source buffer nodes from leaking when their binding goes away without being played back
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
We have a small bug for AudioBufferSourceNodes which are not played back. Currently if their binding goes away, we don't properly remove them from the graph since we still expect them to produce their own output, which they never will.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #732065 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Assignee | ||
Comment 4•12 years ago
|
||
The real part of this patch was somehow not landed...
https://hg.mozilla.org/integration/mozilla-inbound/rev/a5b87fd28e70
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•11 years ago
|
||
Mass moving Web Audio bugs to the Web Audio component. Filter on duckityduck.
Component: Video/Audio → Web Audio
You need to log in
before you can comment on or make changes to this bug.
Description
•