aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memo-table.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-09-08 21:28:57 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-09-08 21:28:57 +0800
commit86bd41c9c374b8b80ed4924d4cc1c3f6e196731a (patch)
treeaf0c058f5ac05ad33b9fe5c04ab1d4c512f22ffb /calendar/gui/e-memo-table.c
parent76d9c4e8810bdf3cb0c6625b7310505520dbc2a6 (diff)
downloadgsoc2013-evolution-86bd41c9c374b8b80ed4924d4cc1c3f6e196731a.tar
gsoc2013-evolution-86bd41c9c374b8b80ed4924d4cc1c3f6e196731a.tar.gz
gsoc2013-evolution-86bd41c9c374b8b80ed4924d4cc1c3f6e196731a.tar.bz2
gsoc2013-evolution-86bd41c9c374b8b80ed4924d4cc1c3f6e196731a.tar.lz
gsoc2013-evolution-86bd41c9c374b8b80ed4924d4cc1c3f6e196731a.tar.xz
gsoc2013-evolution-86bd41c9c374b8b80ed4924d4cc1c3f6e196731a.tar.zst
gsoc2013-evolution-86bd41c9c374b8b80ed4924d4cc1c3f6e196731a.zip
Bug 629054 - Memory leak in memo_table_constructed()
Diffstat (limited to 'calendar/gui/e-memo-table.c')
-rw-r--r--calendar/gui/e-memo-table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c
index 9888ec80d4..eafa3521c8 100644
--- a/calendar/gui/e-memo-table.c
+++ b/calendar/gui/e-memo-table.c
@@ -407,6 +407,8 @@ memo_table_constructed (GObject *object)
gtk_widget_set_has_tooltip (GTK_WIDGET (memo_table), TRUE);
+ g_object_unref (extras);
+
a11y = gtk_widget_get_accessible (GTK_WIDGET (memo_table));
if (a11y)
atk_object_set_name (a11y, _("Memos"));