[Webkit-unassigned] [Bug 31287] plugins/document-open.html failed on Leopard Release bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 09:49:57 PST 2009


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





--- Comment #14 from Ananta Iyengar <ananta at chromium.org>  2009-11-11 09:49:56 PST ---
The stream is created by PluginView when it receives a response. The PluginView
instance pointer is passed in to the create call which is saved as m_client.

When the plugin view is going away it calls stop on existing plugin stream
instances and releases them. 

I think setting m_client to NULL in stop is safe. We could look into getting
m_client to manage its own lifetime in a subsequent patch.

-- 
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