[webkit-changes] [WebKit/WebKit] d122af: Overrelease exiting fullscreen video

mwyrzykowski noreply at github.com
Wed Sep 14 18:05:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d122af27109cfb8a2a8ad550bc7736b10a5fd8bc
      https://github.com/WebKit/WebKit/commit/d122af27109cfb8a2a8ad550bc7736b10a5fd8bc
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm

  Log Message:
  -----------
  Overrelease exiting fullscreen video
https://bugs.webkit.org/show_bug.cgi?id=245200
<rdar://99630572>

Reviewed by Tim Horton.

Call to adoptNS is incorrect since -[WKWebView window] doesn't increment the ref count.

* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:
(-[WKFullScreenWindowController enterFullScreen]):

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




More information about the webkit-changes mailing list