Skip to content
Snippets Groups Projects
Commit 83f0acc1 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2533 backend_attribute uses tmpmemctx, must free accordingly

parent 6165d8ed
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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