mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
import fix to ITS#5137
This commit is contained in:
parent
2eba34a785
commit
971d9ba2be
1
CHANGES
1
CHANGES
@ -9,6 +9,7 @@ OpenLDAP 2.3.39 Engineering
|
||||
Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
|
||||
Fixed slapd-ldap SASL idassert w/o autchId
|
||||
Fixed slapd-sql concurrency issue (ITS#5095)
|
||||
Fixed slapo-chain double-free (ITS#5137)
|
||||
Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
|
||||
Fixed slapo-rwm modlist handling (ITS#5124)
|
||||
Fixed liblber Windows x64 portability (ITS#5105)
|
||||
|
@ -726,9 +726,6 @@ cleanup:;
|
||||
ldap_memfree( li.li_uri );
|
||||
li.li_uri = NULL;
|
||||
|
||||
op->o_tmpfree( op->o_req_dn.bv_val, op->o_tmpmemctx );
|
||||
op->o_tmpfree( op->o_req_ndn.bv_val, op->o_tmpmemctx );
|
||||
|
||||
if ( temporary ) {
|
||||
lip->li_uri = NULL;
|
||||
lip->li_bvuri = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user