From 82a856a14dc2fdbc1f00ea397c25199c216e0a9f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 25 Mar 2001 17:03:58 +0000 Subject: Fix a bug in this that probably would have been noticed sooner if ETree * component-factory.c (unref_standard_folders): Fix a bug in this that probably would have been noticed sooner if ETree hadn't always made the mailer crash before you got here. :-) svn path=/trunk/; revision=8930 --- mail/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index c6fb7ec667..d3a88ca197 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -171,7 +171,7 @@ unref_standard_folders (void) for (i = 0; i < sizeof (standard_folders) / sizeof (standard_folders[0]); i++) { if (standard_folders[i].folder) - camel_object_unref (CAMEL_OBJECT (standard_folders[i].folder)); + camel_object_unref (CAMEL_OBJECT (*standard_folders[i].folder)); } } -- cgit v1.2.3