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
496e6556
...
496e6556602497285f147ad2164268592a3fcf6c
authored
2005-08-30 16:10:01 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_context_iterate): Bugfix
1 parent
ec50fe15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_ctx.c
mh/mh_ctx.c
View file @
496e655
...
...
@@ -166,7 +166,7 @@ mh_context_iterate (mh_context_t *ctx, mh_context_iterator fp, void *data)
mu_header_aget_field_value
(
ctx
->
header
,
i
,
&
value
);
rc
=
fp
(
name
,
value
,
data
);
free
(
name
);
free
(
data
);
free
(
value
);
}
return
rc
;
...
...
Please
register
or
sign in
to post a comment