]> granicus.if.org Git - mutt/commitdiff
Avoid a memory and temporary file leak.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 30 Aug 1999 09:42:09 +0000 (09:42 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 30 Aug 1999 09:42:09 +0000 (09:42 +0000)
mh.c

diff --git a/mh.c b/mh.c
index 6a060df3e06d7bebf24da11b04447d74894e2157..1074a980e4a4ff5e78af7005029da817081812d4 100644 (file)
--- a/mh.c
+++ b/mh.c
@@ -653,7 +653,7 @@ static int mh_sync_message (CONTEXT *ctx, int msgno)
       }
     }
   }
-
+  else mx_close_message (&dest);
 
   if (rc == -1)
   {