Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3f8639874e31f01d2d8ad8221f0b6803e5e2162d https://github.com/WebKit/WebKit/commit/3f8639874e31f01d2d8ad8221f0b6803e5e2162d Author: Rose <83477269+ataridre...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes