Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
c20604f6
Commit
c20604f6
authored
May 11, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
May 13, 2021
Browse files
ITS#6467 Plug a shutdown leak
parent
40c9ca55
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
c20604f6
...
...
@@ -2255,6 +2255,10 @@ accesslog_db_destroy(
li
->
li_oldattrs
=
la
->
next
;
ch_free
(
la
);
}
if
(
li
->
li_sids
)
ch_free
(
li
->
li_sids
);
if
(
li
->
li_mincsn
)
ber_bvarray_free
(
li
->
li_mincsn
);
ldap_pvt_thread_mutex_destroy
(
&
li
->
li_log_mutex
);
ldap_pvt_thread_mutex_destroy
(
&
li
->
li_op_rmutex
);
free
(
li
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment