From 86bd41c9c374b8b80ed4924d4cc1c3f6e196731a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 8 Sep 2010 09:28:57 -0400 Subject: Bug 629054 - Memory leak in memo_table_constructed() --- calendar/gui/e-memo-table.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui') 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")); -- cgit v1.2.3