Bug 163443 - [GTK] Default WebKitWebsiteDataManager is always leaked in WebKitWebContext
Summary: [GTK] Default WebKitWebsiteDataManager is always leaked in WebKitWebContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2016-10-14 04:36 PDT by Carlos Garcia Campos
Modified: 2016-10-16 02:34 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.59 KB, patch)
2016-10-14 04:38 PDT, Carlos Garcia Campos
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2016-10-14 04:36:02 PDT
We should adopt the ref.
Comment 1 Carlos Garcia Campos 2016-10-14 04:38:11 PDT
Created attachment 291614 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-14 04:41:01 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Michael Catanzaro 2016-10-14 11:06:17 PDT
Comment on attachment 291614 [details]
Patch

Cool, though impact is limited to non-default web contexts because we still always leak the default web context ;)
Comment 4 Carlos Garcia Campos 2016-10-16 02:34:01 PDT
Committed r207391: <http://trac.webkit.org/changeset/207391>