From: Thomas Roessler Date: Mon, 30 Aug 1999 09:42:09 +0000 (+0000) Subject: Avoid a memory and temporary file leak. X-Git-Tag: mutt-0-96-6-rel~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19202ece6a7db71fd9048240dda6c07690433033;p=mutt Avoid a memory and temporary file leak. --- diff --git a/mh.c b/mh.c index 6a060df3..1074a980 100644 --- 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) {