[Webkit-unassigned] [Bug 83752] [GTK] Use atexit to delete the default web context in WebKit2 GTK+

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 23:59:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83752





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-04-12 23:59:51 PST ---
(In reply to comment #3)
> (From update of attachment 136839 [details])
> It might be cleaner to use GRefPtr and DECLARE_STATIC_LOCAL

That doesn't help, we want to make sure finalize is called before the process finishes. Static variables declared with DEFINE_STATIC_LOCAL are leaked, the destructor of the GRefPtr is not called at exit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list