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
1c2e9187
...
1c2e9187049a48fcc5fac384c182a5b64874d070
authored
2009-05-26 22:14:39 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix
1 parent
6e835d05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/wicket.c
mailbox/wicket.c
View file @
1c2e918
...
...
@@ -46,6 +46,7 @@ mu_wicket_create (mu_wicket_t *pwicket)
if
(
!
wicket
)
return
ENOMEM
;
wicket
->
refcnt
=
1
;
*
pwicket
=
wicket
;
return
0
;
}
...
...
Please
register
or
sign in
to post a comment