mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
don't leak generated filters (ITS#5826)
This commit is contained in:
parent
15236be495
commit
970a60002f
@ -2451,6 +2451,9 @@ syncrepl_del_nonpresent(
|
||||
op->ors_filter = of;
|
||||
}
|
||||
if ( op->ors_filter ) filter_free_x( op, op->ors_filter, 1 );
|
||||
if ( op->ors_filterstr.bv_val != si->si_filterstr.bv_val ) {
|
||||
op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user