[webkit-changes] [WebKit/WebKit] 0cda93: [GLIB] Initialize FILE* attributes to nullptr in C...

Pablo Saavedra Rodiño noreply at github.com
Thu Jul 13 06:53:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0cda93700071903a7c63eb0768810d254771223c
      https://github.com/WebKit/WebKit/commit/0cda93700071903a7c63eb0768810d254771223c
  Author: Pablo Saavedra <psaavedra at igalia.com>
  Date:   2023-07-13 (Thu, 13 Jul 2023)

  Changed paths:
    M Source/WebKit/UIProcess/linux/MemoryPressureMonitor.h

  Log Message:
  -----------
  [GLIB] Initialize FILE* attributes to nullptr in CGroupMemoryController
https://bugs.webkit.org/show_bug.cgi?id=259185

Reviewed by Carlos Alberto Lopez Perez.

... since the CGroupMemoryController FILE* attributes are not inmediatelly
initialized during the construction but after the creation when
setMemoryControllerPath() is called.

* Source/WebKit/UIProcess/linux/MemoryPressureMonitor.h:

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




More information about the webkit-changes mailing list