mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
more about ITS#5732
This commit is contained in:
parent
fa245f7491
commit
d641477db0
1 changed files with 1 additions and 1 deletions
|
|
@ -1503,7 +1503,7 @@ autogroup_db_open(
|
|||
op->o_bd->be_search( op, &rs );
|
||||
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 );
|
||||
}
|
||||
ldap_pvt_thread_mutex_unlock( &agi->agi_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue