diff options
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/mail-ops.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c96a549a48..9431c7eefc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2000-07-10 Dan Winship <danw@helixcode.com> + * mail-ops.c (real_fetch_mail): Don't multiply free dest_url. + * message-list.c (message_list_select): Update message_list_select_next to do either next or previous. diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 63becc28b7..b4881b5a20 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -321,8 +321,6 @@ real_fetch_mail (gpointer user_data) gtk_object_unref (GTK_OBJECT (filter)); if (url) g_free (url); - if (dest_url) - g_free (dest_url); if (folder) { camel_folder_sync (folder, TRUE, ex); |