Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7919e2d2
...
7919e2d260bd7971d75126d544b352b749c3fa74
authored
2011-12-21 01:32:20 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix.
1 parent
3c5aed39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
libmailutils/mime/mimehdr.c
libmailutils/mime/mimehdr.c
View file @
7919e2d
...
...
@@ -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.
...
...
Please
register
or
sign in
to post a comment