[Webkit-unassigned] [Bug 163504] New: [GTK] Default WebKitWebContext is always leaked
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 16 11:19:14 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163504
Bug ID: 163504
Summary: [GTK] Default WebKitWebContext is always leaked
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
CC: bugs-noreply at webkitgtk.org
We intentionally leak the default WebKitWebContext, but WebProcessPool is tracked by our leak checker so in debug builds we get a report of one leaked web context per web process. It's definitely a bug for any class tracked by leak checker to ever be leaked. We need to decide whether to free the default web context (possibly risky: I'm tired of bugs caused by destroying stuff at exit time, and this is a GObject) or to just not track leaks of WebProcessPools.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161016/ab5649af/attachment.html>
More information about the webkit-unassigned
mailing list