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
92ac581d
...
92ac581d0be2b5233d678ea84950aa0c29954d07
authored
2003-09-26 23:10:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_locker_destroy_private): Bugfix
1 parent
3e61842c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mailbox/locker.c
mailbox/locker.c
View file @
92ac581
...
...
@@ -182,7 +182,9 @@ _locker_destroy_private (locker_t locker)
else
{
free
(
locker
->
data
.
dot
.
dotlock
);
locker
->
data
.
dot
.
dotlock
=
NULL
;
free
(
locker
->
data
.
dot
.
nfslock
);
locker
->
data
.
dot
.
nfslock
=
NULL
;
}
}
}
...
...
Please
register
or
sign in
to post a comment