mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Plug leak in prev commit
This commit is contained in:
parent
81b4184975
commit
f2a9d8b9ab
1 changed files with 1 additions and 0 deletions
|
|
@ -824,6 +824,7 @@ refint_qtask( void *ctx, void *arg )
|
|||
op->o_tmpfree( dp->dn.bv_val, op->o_tmpmemctx );
|
||||
op->o_tmpfree( dp, op->o_tmpmemctx );
|
||||
}
|
||||
op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
|
||||
|
||||
if ( !BER_BVISNULL( &rq->newndn )) {
|
||||
ch_free( rq->newndn.bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue