[evolution/webkit-composer: 148/231] EEditorActions: Fix leaking GtkAction reference.
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer: 148/231] EEditorActions: Fix leaking GtkAction reference.
- Date: Fri, 13 Sep 2013 14:18:25 +0000 (UTC)
commit 0fdbc4e78a0acf283e60a6a9129b52734d3b9c42
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 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]