diff options
-rw-r--r-- | em-format/em-format.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/em-format/em-format.c b/em-format/em-format.c index a4300a979d..26f0897223 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -241,6 +241,7 @@ emf_format_clone (EMFormat *emf, emf->message = msg; } + g_free (emf->current_message_part_id); emf->current_message_part_id = g_strdup ("root-message"); g_string_truncate (emf->part_id, 0); if (folder != NULL) |