diff options
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 63f7f7f695..6d38eda3f5 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1192,6 +1192,7 @@ efh_format_timeout(struct _format_msg *m) hstream = gtk_html_begin(efh->html); gtk_html_stream_close(hstream, GTK_HTML_STREAM_OK); mail_msg_free(m); + p->last_part = NULL; } else { /*hstream = gtk_html_begin(efh->html);*/ hstream = NULL; |