[webkit-changes] [WebKit/WebKit] d756bb: [tvOS] -[WebAVPlayerController timeRangeSeekable] ...

aestes noreply at github.com
Mon Oct 9 12:44:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d756bb9f70f8672601f628591ec6d204963143e0
      https://github.com/WebKit/WebKit/commit/d756bb9f70f8672601f628591ec6d204963143e0
  Author: Andy Estes <aestes at apple.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
    M Source/WebCore/platform/ios/WebAVPlayerController.mm

  Log Message:
  -----------
  [tvOS] -[WebAVPlayerController timeRangeSeekable] leaks a AVTimeRange instance
https://bugs.webkit.org/show_bug.cgi?id=262857
rdar://116636048

Reviewed by Eric Carlson.

Autoreleased the newly-created AVTimeRange instance returned by -timeRangeSeekable.

* Source/WebCore/platform/ios/WebAVPlayerController.mm:
(-[WebAVPlayerController timeRangeSeekable]):

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




More information about the webkit-changes mailing list