[Webkit-unassigned] [Bug 14750] [gtk] Implement plugin support in GTK backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 23 22:57:55 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=14750


sriram.neelakandan at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sriram.neelakandan at gmail.com




------- Comment #75 from sriram.neelakandan at gmail.com  2008-04-23 22:57 PDT -------
> 
>         NPSetWindowCallbackStruct ws;
> 
> should be:
> 
>         NPSetWindowCallbackStruct *ws = new NPSetWindowCallbackStruct();


I agree we cannot alloc on stack and store in a class member.. 
but the new struct is a leak per plugin

so we need this also :

PluginView::stop()
{

...
..

    if (m_isWindowed && m_npWindow.ws_info) 
           delete m_npWindow.ws_info
}


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



More information about the webkit-unassigned mailing list