From 579a645c95eb46808c623a2f044d222890f0c2e9 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 14 Dec 2000 20:40:56 +0000 Subject: Unref the iterator when we're done with it. 2000-12-14 Christopher James Lahey * mail-threads.c (update_active_views): Unref the iterator when we're done with it. svn path=/trunk/; revision=7029 --- mail/mail-threads.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-threads.c') 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 -- cgit v1.2.3