Bug 201812 - REGRESSION (r243113): Leak of multiple instance variable blocks when deallocating _WKAttributedStringNavigationDelegate
Summary: REGRESSION (r243113): Leak of multiple instance variable blocks when dealloca...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-15 21:58 PDT by David Kilzer (:ddkilzer)
Modified: 2019-09-16 09:41 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (1.83 KB, patch)
2019-09-15 22:02 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2019-09-15 21:58:22 PDT
Leak of multiple instance variable blocks when deallocating _WKAttributedStringNavigationDelegate.

The _WKAttributedStringNavigationDelegate class is missing a -dealloc method under MRR.

Regressed with:

Bug 195636: Add new NSAttributedString API for converting HTML.
<https://bugs.webkit.org/show_bug.cgi?id=195636>
<https://trac.webkit.org/changeset/243113/webkit>
Comment 1 Radar WebKit Bug Importer 2019-09-15 21:58:39 PDT
<rdar://problem/55387394>
Comment 2 David Kilzer (:ddkilzer) 2019-09-15 22:02:06 PDT
Created attachment 378838 [details]
Patch v1
Comment 3 Timothy Hatcher 2019-09-16 09:04:30 PDT
Comment on attachment 378838 [details]
Patch v1

Thanks!
Comment 4 WebKit Commit Bot 2019-09-16 09:41:53 PDT
Comment on attachment 378838 [details]
Patch v1

Clearing flags on attachment: 378838

Committed r249902: <https://trac.webkit.org/changeset/249902>
Comment 5 WebKit Commit Bot 2019-09-16 09:41:54 PDT
All reviewed patches have been landed.  Closing bug.