Bug 43884

Summary: [GTK] Geolocation policy decision object leaking
Product: WebKit Reporter: Gustavo Noronha (kov) <gustavo>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed fix mrobinson: review+

Description Gustavo Noronha (kov) 2010-08-11 15:48:39 PDT
In ChromeClient::requestGeolocationPermissionForFrame, we create the policy decision object but never unref it.
Comment 1 Gustavo Noronha (kov) 2010-08-11 15:50:43 PDT
Created attachment 64171 [details]
proposed fix
Comment 2 Martin Robinson 2010-08-11 15:56:05 PDT
Comment on attachment 64171 [details]
proposed fix

LGTM!
Comment 3 Gustavo Noronha (kov) 2010-08-11 16:26:07 PDT
Landed as r65195.