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
b80bbd87
...
b80bbd87f244a3dfdd7404b2effdb1a2372ab20b
authored
2000-11-11 02:38:41 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Free start_comments when done.
1 parent
5354b800
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
mailbox/address.c
mailbox/address.c
View file @
b80bbd8
...
...
@@ -284,6 +284,11 @@ address_create (address_t *paddress, const char *addr)
last
=
t
->
next
;
free
(
t
);
}
for
(
t
=
start_comments
;
t
;
t
=
last
)
{
last
=
t
->
next
;
free
(
t
);
}
return
status
;
}
...
...
Please
register
or
sign in
to post a comment