diff options
Diffstat (limited to 'composer/e-msg-composer-attachment-bar.c')
-rw-r--r-- | composer/e-msg-composer-attachment-bar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/e-msg-composer-attachment-bar.c b/composer/e-msg-composer-attachment-bar.c index 212577a7ad..57eb2d42b6 100644 --- a/composer/e-msg-composer-attachment-bar.c +++ b/composer/e-msg-composer-attachment-bar.c @@ -632,6 +632,7 @@ attach_to_multipart (CamelMultipart *multipart, camel_mime_part_set_description (part, attachment->description); camel_multipart_add_part (multipart, part); + gtk_object_unref (GTK_OBJECT (part)); } void |