aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-threads.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index bbac0c2507..0108799e21 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-14 Christopher James Lahey <clahey@helixcode.com>
+
+ * mail-threads.c (update_active_views): Unref the iterator when
+ we're done with it.
+
2000-12-14 Larry Ewing <lewing@helixcode.com>
* mail-display.c (mail_display_new): call
diff --git a/mail/mail-threads.c b/mail/mail-threads.c
index 1e33be693c..4b989bb762 100644
--- a/mail/mail-threads.c
+++ b/mail/mail-threads.c
@@ -1119,6 +1119,7 @@ update_active_views (void)
CORBA_exception_free (&ev);
}
+ gtk_object_unref(GTK_OBJECT(it));
}
static void