aboutsummaryrefslogtreecommitdiffstats
path: root/tools/evolution-launch-composer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/evolution-launch-composer.c')
-rw-r--r--tools/evolution-launch-composer.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/evolution-launch-composer.c b/tools/evolution-launch-composer.c
index 65745d95b6..ac152dcc20 100644
--- a/tools/evolution-launch-composer.c
+++ b/tools/evolution-launch-composer.c
@@ -162,7 +162,6 @@ do_send (GNOME_Evolution_Composer composer_server)
while (attachments) {
attachment_t *attachment = attachments->data;
- GList *temp;
attach_data = GNOME_Evolution_Composer_AttachmentData__alloc();
attach_data->_maximum = attach_data->_length = attachment->size;
@@ -187,9 +186,7 @@ do_send (GNOME_Evolution_Composer composer_server)
free_attachment (attachment);
- temp = attachments;
- attachments = g_list_remove_link (attachments, attachments);
- g_list_free_1 (temp);
+ attachments = g_list_delete_link (attachments, attachments);
}
to_list = GNOME_Evolution_Composer_RecipientList__alloc ();