Bug 43884 - [GTK] Geolocation policy decision object leaking
Summary: [GTK] Geolocation policy decision object leaking
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-08-11 15:48 PDT by Gustavo Noronha (kov)
Modified: 2010-08-11 16:26 PDT (History)
0 users

See Also:


Attachments
proposed fix (2.22 KB, patch)
2010-08-11 15:50 PDT, Gustavo Noronha (kov)
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.