Bug 30119
| Summary: | WebPluginHalterClient instances are leaked | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
| Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jhoneycutt, kdecker |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.6 | ||
| Bug Depends on: | |||
| Bug Blocks: | 30403 | ||
Mark Rowe (bdash)
A new instance of WebPluginHalterClient is passed to the Page constructor by WebView. Neither Page, PluginHalter nor WebView delete the PluginHalterClient instance. It leaks.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/7279176>
Jon Honeycutt
Fixed by r49385.