mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
further fix of double free (ITS#4860)
This commit is contained in:
parent
2069092aa5
commit
a6a584eaa8
1 changed files with 2 additions and 0 deletions
|
|
@ -289,11 +289,13 @@ slap_set_join(
|
|||
|
||||
} else {
|
||||
set = set_dup( cp, lset, SLAP_SET_LREF2REF( op_flags ) );
|
||||
lset = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
} else if ( j == 0 ) {
|
||||
set = set_dup( cp, rset, SLAP_SET_RREF2REF( op_flags ) );
|
||||
rset = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue