Blame SOURCES/mutt-1.10.1-mutt-1.9.3-1_coverity_197.patch

50ed20
diff -up mutt-1.10.1/sendlib.c.mutt-1.9.3-1_coverity_197 mutt-1.10.1/sendlib.c
50ed20
--- mutt-1.10.1/sendlib.c.mutt-1.9.3-1_coverity_197	2018-11-26 13:57:05.191252870 +0100
50ed20
+++ mutt-1.10.1/sendlib.c	2018-11-26 13:57:50.489896425 +0100
50ed20
@@ -2806,6 +2806,8 @@ int mutt_write_fcc (const char *path, HE
50ed20
   if ((msg = mx_open_new_message (&f, hdr, onm_flags)) == NULL)
50ed20
   {
50ed20
     mx_close_mailbox (&f, NULL);
50ed20
+    safe_fclose (&tempfp);
50ed20
+    unlink (tempfile);
50ed20
     return (-1);
50ed20
   }
50ed20