mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
fix yet another leak (not related to ITS#3914, though)
This commit is contained in:
parent
3142c03e5a
commit
47351e3b5c
1 changed files with 1 additions and 0 deletions
|
|
@ -370,6 +370,7 @@ rwm_op_compare( Operation *op, SlapReply *rs )
|
|||
if ( mapped_vals[ 0 ].bv_val != op->orc_ava->aa_value.bv_val ) {
|
||||
ber_bvreplace_x( &op->orc_ava->aa_value, &mapped_vals[0],
|
||||
op->o_tmpmemctx );
|
||||
ber_memfree_x( mapped_vals[ 0 ].bv_val, NULL );
|
||||
}
|
||||
}
|
||||
op->orc_ava->aa_desc = ad;
|
||||
|
|
|
|||
Loading…
Reference in a new issue