Bug 250078 - REGRESSION (246550@main): WKFoundTextRange leaks an NSString
Summary: REGRESSION (246550@main): WKFoundTextRange leaks an NSString
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 235693
Blocks:
  Show dependency treegraph
 
Reported: 2023-01-04 08:57 PST by David Kilzer (:ddkilzer)
Modified: 2023-01-04 14:33 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2023-01-04 08:57:44 PST
WKFoundTextRange leaks an NSString due to missing -dealloc method to release _frameIdentifier.

Regressed in 246550@main / commit 8a0510865f746177a4d722450285fa1195c8cd74 for:

    Bug 235693: Migrate _UITextSearching implementation to be backed by WebFoundTextRangeController
    https://bugs.webkit.org/show_bug.cgi?id=235693
Comment 1 Radar WebKit Bug Importer 2023-01-04 08:58:27 PST
<rdar://problem/103875585>
Comment 2 David Kilzer (:ddkilzer) 2023-01-04 09:02:39 PST
Pull request: https://github.com/WebKit/WebKit/pull/8192
Comment 3 EWS 2023-01-04 14:33:55 PST
Committed 258450@main (cc929d954b70): <https://commits.webkit.org/258450@main>

Reviewed commits have been landed. Closing PR #8192 and removing active labels.