[Webkit-unassigned] [Bug 66181] HTMLPlugInElement persists until page teardown if the plugin requests the script object for it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 21:33:27 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66181





--- Comment #9 from wez at chromium.org  2011-08-23 21:33:27 PST ---
(In reply to comment #8)
> From code inspection, I see that WebKit1 is definitely calling getNPObject(), it's in WebNetscapePluginView.mm. This code path is for in-process plug-ins, so it should be hit when Safari runs in 32-bit WebKit1 mode.

That would certainly explain it.

> Even though this mode is old, I'd be somewhat surprised if we leaked there.

It'll only manifest for plugins that fetch the script object for their element, and the memory will be freed when the page is torn down, so it's a leak you'd only notice if you were adding & removing plugins on a page for quite a while.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list