mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
ITS#2533 backend_attribute uses tmpmemctx, must free accordingly
This commit is contained in:
parent
6165d8ed9c
commit
83f0acc1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ slap_sasl_check_authz( Connection *conn,
|
|||
rc = LDAP_INAPPROPRIATE_AUTH;
|
||||
|
||||
COMPLETE:
|
||||
if( vals ) ber_bvarray_free( vals );
|
||||
if( vals ) ber_bvarray_free_x( vals, conn->c_sasl_bindop->o_tmpmemctx );
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( TRANSPORT, RESULTS,
|
||||
|
|
|
|||
Loading…
Reference in a new issue