[webkit-changes] [WebKit/WebKit] ab6bfe: GPUP WebGL: StreamClientConnection is leaking

Fujii Hironori noreply at github.com
Tue Apr 18 01:09:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab6bfe03c7a4a1328ef46c7d591647e6e1f1fe63
      https://github.com/WebKit/WebKit/commit/ab6bfe03c7a4a1328ef46c7d591647e6e1f1fe63
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

  Changed paths:
    M Source/WebKit/Platform/IPC/StreamClientConnection.cpp

  Log Message:
  -----------
  GPUP WebGL: StreamClientConnection is leaking
https://bugs.webkit.org/show_bug.cgi?id=255206

Reviewed by Kimmo Kinnunen.

WebGL tests were randomly failing thread creation due to thread
starvation for Windows port. StreamClientConnection was leaking. Use
adoptRef to fix the leakage.

* Source/WebKit/Platform/IPC/StreamClientConnection.cpp:
(IPC::StreamClientConnection::create):

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




More information about the webkit-changes mailing list