From 546128c8d99b1edd859ba5d8b57549550b910a1d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 13 Apr 2001 21:42:26 +0000 Subject: Remove some redundant LIBS variables... purify complained that the command * Makefile.am (evolution_mail_LDADD): Remove some redundant LIBS variables... purify complained that the command line was too long. :-} * mail-account-gui.c: Plug leaks. * mail-display.c (on_url_requested): close the html stream on error too. * mail-ops.c (fetch_mail_fetch): Move a line around that probably doesn't affect anything, but it's correct. * session.c (auth_callback): Plug leak. * mail-send-recv.c (receive_status): Initialize "now". svn path=/trunk/; revision=9303 --- mail/mail-ops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index e4b5e111d4..c97144e1e0 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -334,9 +334,8 @@ fetch_mail_fetch(struct _mail_msg *mm) /* if we are not to delete the messages, save the UID cache */ if (!fm->delete && !camel_exception_is_set (&mm->ex)) camel_uid_cache_save (cache); - - camel_uid_cache_destroy (cache); } + camel_uid_cache_destroy (cache); camel_folder_free_uids (folder, folder_uids); } else { filter_folder_filter (mm); -- cgit v1.2.3