Skip to content
Snippets Groups Projects
Commit 6091d748 authored by Ondřej Kuzník's avatar Ondřej Kuzník Committed by Quanah Gibson-Mount
Browse files

ITS#9081 Do not leak sb (ITS#8755 regression)

parent 53c0f1a8
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment