[webkit-changes] [WebKit/WebKit] 3f8639: Do not CFRelease a CFSTR constant.

Rose noreply at github.com
Wed Mar 1 14:13:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3f8639874e31f01d2d8ad8221f0b6803e5e2162d
      https://github.com/WebKit/WebKit/commit/3f8639874e31f01d2d8ad8221f0b6803e5e2162d
  Author: Rose <83477269+AtariDreams at users.noreply.github.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/API/tests/testapi.c

  Log Message:
  -----------
  Do not CFRelease a CFSTR constant.
https://bugs.webkit.org/show_bug.cgi?id=253160

Reviewed by Elliott Williams.

There is no need to CFRelease a CFSTR-created string. This is a constant
and CFRelease has no effect.

* Source\JavaScriptCore\API\tests\testapi.c: Remove CFRelease call

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




More information about the webkit-changes mailing list