Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
6091d748
Commit
6091d748
authored
Sep 23, 2019
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Oct 15, 2019
Browse files
ITS#9081 Do not leak sb (ITS#8755 regression)
parent
53c0f1a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/unbind.c
View file @
6091d748
...
...
@@ -134,6 +134,7 @@ ldap_ld_free(
/* Should already be closed by ldap_free_connection which knows not to free
* this one */
ber_int_sb_destroy
(
ld
->
ld_sb
);
LBER_FREE
(
ld
->
ld_sb
);
LDAP_MUTEX_LOCK
(
&
ld
->
ld_ldopts_mutex
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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