mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
ITS#5557 plug leak from skipping over rset value
This commit is contained in:
parent
06379f9cf9
commit
cd5e10250a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue