[evolution/webkit-composer: 150/150] EEditorActions: Fix leaking GtkAction reference.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer: 150/150] EEditorActions: Fix leaking GtkAction reference.
- Date: Wed, 6 Feb 2013 00:23:33 +0000 (UTC)
commit 349c135782fc666028e1efc384d670b2fc436da9
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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-editor-actions.c b/e-util/e-editor-actions.c
index 17b209e..5546e2a 100644
--- a/e-util/e-editor-actions.c
+++ b/e-util/e-editor-actions.c
@@ -1826,6 +1826,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]