ITS#5557 plug leak from skipping over rset value

This commit is contained in:
Howard Chu 2008-06-13 23:06:50 +00:00
parent 06379f9cf9
commit cd5e10250a

View File

@ -200,6 +200,7 @@ slap_set_join(
cp->set_op->o_tmpfree( rset[ i ].bv_val, cp->set_op->o_tmpmemctx );
rset[ i ] = rset[ --rlast ];
BER_BVZERO( &rset[ rlast ] );
i--;
}
exists = 1;
break;