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
dfba1d86
...
dfba1d8618fd52ed6f74623fc6b738c228010c2f
authored
2006-05-21 21:55:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_mbox_close): Initialize held_count to 0
1 parent
516f6b39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/quit.c
mail/quit.c
View file @
dfba1d8
...
...
@@ -35,7 +35,7 @@ int
mail_mbox_close
()
{
mu_url_t
url
=
NULL
;
size_t
held_count
;
size_t
held_count
=
0
;
if
(
!
mbox
)
return
0
;
...
...
Please
register
or
sign in
to post a comment