[evolution] Bug 629052 - Memory leak in task_table_constructed()
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 629052 - Memory leak in task_table_constructed()
- Date: Wed, 8 Sep 2010 13:27:19 +0000 (UTC)
commit 76d9c4e8810bdf3cb0c6625b7310505520dbc2a6
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Sep 8 09:26:32 2010 -0400
Bug 629052 - Memory leak in task_table_constructed()
calendar/gui/e-task-table.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/calendar/gui/e-task-table.c b/calendar/gui/e-task-table.c
index f792ad3..45ac6cf 100644
--- a/calendar/gui/e-task-table.c
+++ b/calendar/gui/e-task-table.c
@@ -624,6 +624,8 @@ task_table_constructed (GObject *object)
gtk_widget_set_has_tooltip (GTK_WIDGET (task_table), TRUE);
+ g_object_unref (extras);
+
a11y = gtk_widget_get_accessible (GTK_WIDGET (task_table));
if (a11y)
atk_object_set_name (a11y, _("Tasks"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]