From: Howard Chu Date: Fri, 5 Jun 2009 01:25:35 +0000 (+0000) Subject: Plug leak in prev commit X-Git-Tag: ACLCHECK_0~511 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f2a9d8b9ab081f9ca7c8cd9520677b91b71dd210;p=openldap Plug leak in prev commit --- diff --git a/servers/slapd/overlays/refint.c b/servers/slapd/overlays/refint.c index a9c0e50c5b..b7fe97e487 100644 --- a/servers/slapd/overlays/refint.c +++ b/servers/slapd/overlays/refint.c @@ -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 );