[Webkit-unassigned] [Bug 209932] New: REGRESSION (r258525): Leak of NSMutableAttributedString in -[WebAccessibilityObjectWrapper doAXAttributedStringForTextMarkerRange:spellCheck:]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 2 15:08:26 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209932

            Bug ID: 209932
           Summary: REGRESSION (r258525): Leak of
                    NSMutableAttributedString in
                    -[WebAccessibilityObjectWrapper
                    doAXAttributedStringForTextMarkerRange:spellCheck:]
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: webkit-bug-importer at group.apple.com

Leak of NSMutableAttributedString in -[WebAccessibilityObjectWrapper doAXAttributedStringForTextMarkerRange:spellCheck:].

        [...]
        RefPtr<Range> range = [protectedSelf rangeForTextMarkerRange:textMarkerRange];
        NSMutableAttributedString* attrString = [[NSMutableAttributedString alloc] init];
        if (!range)
            return nil;  // LEAK.
        TextIterator it(*range);
        [...]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200402/19efd82f/attachment-0001.htm>


More information about the webkit-unassigned mailing list