This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=18c565be94550abfcb86787ce0dda698dd54a223 The branch, master has been updated via 18c565be94550abfcb86787ce0dda698dd54a223 (commit) from a940c38c3cc0fdbb052101dd65edd22daf811c49 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 18c565be94550abfcb86787ce0dda698dd54a223 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Mon Feb 20 22:38:16 2012 +0200 Bugfix. * mh/mhn.c (mhn_edit): Destroy output prior to unreferencing msg, because it may have been taken from it. ----------------------------------------------------------------------- Summary of changes: mh/mhn.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/mh/mhn.c b/mh/mhn.c index 221e62c..5aadf94 100644 --- a/mh/mhn.c +++ b/mh/mhn.c @@ -2711,15 +2711,14 @@ mhn_edit (struct compose_env *env, int level) } free (buf); + mu_stream_destroy (&output); if (msg) { - mu_stream_close (output); if (line_count) finish_text_msg (env, &msg, ascii_buf); else mu_message_unref (msg); } - mu_stream_destroy (&output); return status; } hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils