Bug 136390 - -[_WKRemoteObjectRegistry registerExportedObject:interface:] retains the exported object, easily leading to retain cycles
Summary: -[_WKRemoteObjectRegistry registerExportedObject:interface:] retains the expo...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-29 15:11 PDT by mitz
Modified: 2014-08-29 15:11 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-08-29 15:11:57 PDT
The remote object registry retains exported object. The exported object is often some controller object that retains the WKWebView, and this can easily lead to a retain cycle.