From 018acfa06915b7313982d00a9c12f32d60c32ea0 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 5 Jun 2009 01:27:42 +0000 Subject: [PATCH] Fix prev commit --- servers/slapd/overlays/refint.c | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.39.5