[Webkit-unassigned] [Bug 83079] New: AudioNode::deref should check for good state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 14:55:41 PDT 2012


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

           Summary: AudioNode::deref should check for good state
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rtoy at chromium.org
                CC: crogers at google.com, rtoy at chromium.org


AudioNode::deref currently will deref and possibly delete any node.  But the deref should only happen when we are in the pre-render or post-render phases of the processing so that we don't delete nodes while the audio graph is being processed.

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