Bug 150771 - [GLIB] Remove delete on destroy GMainLoopSources
Summary: [GLIB] Remove delete on destroy GMainLoopSources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 150770
Blocks: 150772
  Show dependency treegraph
 
Reported: 2015-11-01 02:27 PST by Carlos Garcia Campos
Modified: 2015-11-02 01:16 PST (History)
4 users (show)

See Also:


Attachments
Patch (12.57 KB, patch)
2015-11-01 02:32 PST, Carlos Garcia Campos
zan: 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 2015-11-01 02:27:42 PST
Delete on destroy sources made the GMainLoopSource implementation more complex and they are currently unused.
Comment 1 Carlos Garcia Campos 2015-11-01 02:28:25 PST
This depends on bug #150770, because the patch attached there removes the last use of delete on destroy sources.
Comment 2 Carlos Garcia Campos 2015-11-01 02:32:24 PST
Created attachment 264511 [details]
Patch
Comment 3 Carlos Garcia Campos 2015-11-02 01:16:39 PST
Committed r191880: <http://trac.webkit.org/changeset/191880>