import fix to ITS#5137

This commit is contained in:
Pierangelo Masarati 2007-09-15 00:00:56 +00:00
parent 2eba34a785
commit 971d9ba2be
2 changed files with 1 additions and 3 deletions

View File

@ -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)

View File

@ -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;