Bug 39322

Summary: [GTK] DragClientGtk::startDrag leaks GdkEvents
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 30623    
Attachments:
Description Flags
Fix memory leak xan.lopez: review+

Martin Robinson
Reported 2010-05-18 14:38:00 PDT
SSIA
Attachments
Fix memory leak (2.17 KB, patch)
2010-05-18 14:40 PDT, Martin Robinson
xan.lopez: review+
Martin Robinson
Comment 1 2010-05-18 14:40:28 PDT
Created attachment 56414 [details] Fix memory leak
Xan Lopez
Comment 2 2010-05-18 14:46:00 PDT
Comment on attachment 56414 [details] Fix memory leak >+ 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
Martin Robinson
Comment 3 2010-05-18 15:15:13 PDT
Note You need to log in before you can comment on or make changes to this bug.