aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-model.c')
-rw-r--r--calendar/gui/calendar-model.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c
index b9c11e16ef..d3b95e5054 100644
--- a/calendar/gui/calendar-model.c
+++ b/calendar/gui/calendar-model.c
@@ -1365,6 +1365,8 @@ calendar_model_append_row (ETableModel *etm, ETableModel *source, gint row)
/* FIXME: Show error dialog. */
g_message ("calendar_model_append_row(): Could not add new object!");
}
+
+ gtk_object_unref (GTK_OBJECT (comp));
}
/* Duplicates a string value */