Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c0838d7a980efb80c4cc3b0bfb251acada2b878a https://github.com/WebKit/WebKit/commit/c0838d7a980efb80c4cc3b0bfb251acada2b878a Author: Charlie Wolfe <charl...@apple.com> Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths: M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm Log Message: ----------- Memory leak in `accessibilityAttributeValue:forParameter:` https://bugs.webkit.org/show_bug.cgi?id=278473 rdar://134431039 Reviewed by David Kilzer. `[NSMutableDictionary alloc]` and `[NSArray alloc]` both return objects with a +1 retain count. * Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm: (-[WebAccessibilityObjectWrapper accessibilityAttributeValue:forParameter:]): Canonical link: https://commits.webkit.org/282573@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes