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

50ed20
diff -up mutt-1.10.1/headers.c.mutt-1.9.3-1_coverity_86 mutt-1.10.1/headers.c
50ed20
--- mutt-1.10.1/headers.c.mutt-1.9.3-1_coverity_86	2018-10-25 15:29:53.080447423 +0200
50ed20
+++ mutt-1.10.1/headers.c	2018-10-25 15:30:07.509671538 +0200
50ed20
@@ -60,6 +60,8 @@ void mutt_edit_headers (const char *edit
50ed20
   if ((ifp = fopen (body, "r")) == NULL)
50ed20
   {
50ed20
     mutt_perror (body);
50ed20
+    safe_fclose (&ifp;;
50ed20
+    safe_fclose (&ofp;;
50ed20
     return;
50ed20
   }
50ed20