[evolution/webkit-composer: 152/185] EEditorActions: Fix leaking	GtkAction reference.
- From: Matthew Barnes <mbarnes src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution/webkit-composer: 152/185] EEditorActions: Fix leaking	GtkAction reference.
 
- Date: Sat, 13 Apr 2013 15:41:05 +0000 (UTC)
 
commit 4e9120fbd23c02adf630e369d38e5843bf983e63
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Feb 5 07:55:36 2013 -0500
    EEditorActions: Fix leaking GtkAction reference.
 e-util/e-editor-actions.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/e-util/e-editor-actions.c b/e-util/e-editor-actions.c
index bdd03e6..46a3f3e 100644
--- a/e-util/e-editor-actions.c
+++ b/e-util/e-editor-actions.c
@@ -1840,6 +1840,7 @@ editor_actions_init (EEditor *editor)
                action, "item-activated",
                G_CALLBACK (action_insert_emoticon_cb), editor);
        gtk_action_group_add_action (action_group, action);
+       g_object_unref (action);
 
        /* Core Actions (HTML only) */
        action_group = editor->priv->html_actions;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]