[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mailutils branch, master, updated. release-2.2-541-g7919e2d
From: |
Sergey Poznyakoff |
Subject: |
[SCM] GNU Mailutils branch, master, updated. release-2.2-541-g7919e2d |
Date: |
Tue, 20 Dec 2011 23:32:44 +0000 |
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=7919e2d260bd7971d75126d544b352b749c3fa74
The branch, master has been updated
via 7919e2d260bd7971d75126d544b352b749c3fa74 (commit)
from 3c5aed3965c70e6e1a894005b1adc7a407d0aae9 (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 7919e2d260bd7971d75126d544b352b749c3fa74
Author: Sergey Poznyakoff <address@hidden>
Date: Wed Dec 21 01:32:20 2011 +0200
Bugfix.
-----------------------------------------------------------------------
Summary of changes:
libmailutils/mime/mimehdr.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/libmailutils/mime/mimehdr.c b/libmailutils/mime/mimehdr.c
index aedfac6..94389b1 100644
--- a/libmailutils/mime/mimehdr.c
+++ b/libmailutils/mime/mimehdr.c
@@ -56,13 +56,11 @@ _mu_mime_param_free (struct mu_mime_param *p)
/* Treat ITEM as a pointer to struct mu_mime_param and reclaim all
memory associated with it.
- This is intended for use as a destroy_item method of assoc tables and
- lists. */
+ This is intended for use as a destroy_item method of assoc tables. */
static void
_mu_mime_param_free_item (void *item)
{
_mu_mime_param_free (item);
- free (item);
}
/* Recode a string between two charsets.
hooks/post-receive
--
GNU Mailutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mailutils branch, master, updated. release-2.2-541-g7919e2d,
Sergey Poznyakoff <=