Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas However
OpenLDAP
Commits
8cb7f2f8
Commit
8cb7f2f8
authored
May 14, 2019
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Jun 20, 2019
Browse files
ITS#8755 Do not close the default SockBuf a second time
parent
c8c4a842
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/unbind.c
View file @
8cb7f2f8
...
...
@@ -131,7 +131,9 @@ ldap_ld_free(
}
LDAP_MUTEX_UNLOCK
(
&
ld
->
ld_res_mutex
);
ber_sockbuf_free
(
ld
->
ld_sb
);
/* Should already be closed by ldap_free_connection which knows not to free
* this one */
ber_int_sb_destroy
(
ld
->
ld_sb
);
LDAP_MUTEX_LOCK
(
&
ld
->
ld_ldopts_mutex
);
...
...
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