[webkit-changes] [WebKit/WebKit] b0889f: Memory allocation performed on the audio thread in...

youennf noreply at github.com
Wed Sep 7 01:14:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b0889f31654424d0c67ac33c8ada7ee033f90a84
      https://github.com/WebKit/WebKit/commit/b0889f31654424d0c67ac33c8ada7ee033f90a84
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M Source/WebCore/platform/audio/cocoa/AudioSampleDataConverter.mm

  Log Message:
  -----------
  Memory allocation performed on the audio thread in AudioSampleDataConverter::updateBufferedAmount
https://bugs.webkit.org/show_bug.cgi?id=243719
rdar://problem/98365181

Reviewed by Eric Carlson.

Disable memory allocation check as we do an allocation with the Function creation.

* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/platform/audio/cocoa/AudioSampleDataConverter.mm:
(WebCore::AudioSampleDataConverter::updateBufferedAmount):

Canonical link: https://commits.webkit.org/254215@main




More information about the webkit-changes mailing list