From cb05e36a627060826f332cb3b35129e9af765923 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 7 Sep 2000 19:31:05 +0000 Subject: Fix previous fix. (Free the uids, just do it correctly.) * mail-ops.c (do_fetch_mail): Fix previous fix. (Free the uids, just do it correctly.) svn path=/trunk/; revision=5238 --- mail/ChangeLog | 5 +++++ mail/mail-ops.c | 1 + 2 files changed, 6 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 8def53ae4a..58c5f4226d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-09-07 Dan Winship + + * mail-ops.c (do_fetch_mail): Fix previous fix. (Free the uids, + just do it correctly.) + 2000-09-07 Jeffrey Stedfast * mail-ops.c (do_fetch_mail): Don't free uids, let the camel diff --git a/mail/mail-ops.c b/mail/mail-ops.c index d4592aa251..1bec67ebbf 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -180,6 +180,7 @@ do_fetch_mail (gpointer in_data, gpointer op_data, CamelException *ex) } camel_object_unref (CAMEL_OBJECT (message)); } + camel_folder_free_uids (folder, uids); data->empty = FALSE; } -- cgit v1.2.3