[Webkit-unassigned] [Bug 39322] [GTK] DragClientGtk::startDrag leaks GdkEvents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 14:46:00 PDT 2010


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


Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56414|review?                     |review+
               Flag|                            |




--- Comment #2 from Xan Lopez <xan.lopez at gmail.com>  2010-05-18 14:46:00 PST ---
(From update of attachment 56414)
>+    GdkWindow* window = gtk_widget_get_window(GTK_WIDGET(m_webView));
>+    g_object_ref(window); // This will be decremented by gdk_event_free() below.
>+    event->button.window = gtk_widget_get_window(GTK_WIDGET(m_webView));

just event->button.window = window; ?

r=me

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