Bug 210645 - REGRESSION (r211095): [iOS] TestRunnerWKWebView leaks @property accessibilitySpeakSelectionContent
Summary: REGRESSION (r211095): [iOS] TestRunnerWKWebView leaks @property accessibility...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 166794
Blocks:
  Show dependency treegraph
 
Reported: 2020-04-17 02:49 PDT by David Kilzer (:ddkilzer)
Modified: 2020-04-17 16:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch v1 (1.50 KB, patch)
2020-04-17 02:53 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) 2020-04-17 02:49:42 PDT
TestRunnerWKWebView leaks @property accessibilitySpeakSelectionContent.

Regressed in r211095 for Bug 166794.

Found by clang static analyzer:

The '_accessibilitySpeakSelectionContent' ivar in 'TestRunnerWKWebView' was copied by a synthesized property but not released before '[super dealloc]'
Comment 1 Radar WebKit Bug Importer 2020-04-17 02:50:25 PDT
<rdar://problem/61927607>
Comment 2 David Kilzer (:ddkilzer) 2020-04-17 02:53:42 PDT
Created attachment 396750 [details]
Patch v1
Comment 3 EWS 2020-04-17 16:05:40 PDT
Committed r260298: <https://trac.webkit.org/changeset/260298>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 396750 [details].