mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
Fix previous unbind fix.
This commit is contained in:
parent
0970abefe8
commit
8e7214249d
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ ldap_ld_free(
|
|||
ld->ld_options.ldo_tm_net = NULL;
|
||||
}
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
if ( ld->ld_options.ldo_def_sasl_mech != NULL ) {
|
||||
LDAP_FREE( ld->ld_options.ldo_def_sasl_mech );
|
||||
ld->ld_options.ldo_def_sasl_mech = NULL;
|
||||
|
|
@ -147,6 +148,7 @@ ldap_ld_free(
|
|||
LDAP_FREE( ld->ld_options.ldo_def_sasl_authzid );
|
||||
ld->ld_options.ldo_def_sasl_authzid = NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
ber_sockbuf_free( ld->ld_sb );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue