Skip to content
Snippets Groups Projects
Commit e0f1a497 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

more for ITS#5732

parent 6b4beae7
No related branches found
No related tags found
No related merge requests found
...@@ -1503,7 +1503,7 @@ autogroup_db_open( ...@@ -1503,7 +1503,7 @@ autogroup_db_open(
op->o_bd->be_search( op, &rs ); op->o_bd->be_search( op, &rs );
op->o_bd->bd_info = (BackendInfo *)on; op->o_bd->bd_info = (BackendInfo *)on;
filter_free_x( op, op->ors_filter ); filter_free_x( op, op->ors_filter, 1 );
op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx ); op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
} }
ldap_pvt_thread_mutex_unlock( &agi->agi_mutex ); ldap_pvt_thread_mutex_unlock( &agi->agi_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