mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
don't leak generated filters (ITS#5826)
This commit is contained in:
parent
15236be495
commit
970a60002f
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue