[evolution] Bug 629054 - Memory leak in memo_table_constructed()



commit 86bd41c9c374b8b80ed4924d4cc1c3f6e196731a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Sep 8 09:28:57 2010 -0400

    Bug 629054 - Memory leak in memo_table_constructed()

 calendar/gui/e-memo-table.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c
index 9888ec8..eafa352 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"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]