plug leak

This commit is contained in:
Pierangelo Masarati 2007-08-28 23:56:18 +00:00
parent 96767fee77
commit 0bedad3b65

View File

@ -542,6 +542,8 @@ retry: /* transaction retry */
struct berval bv = {0, NULL};
dnNormalize( 0, NULL, NULL, &new_dn, &bv, op->o_tmpmemctx );
ber_dupbv( &new_ndn, &bv );
/* FIXME: why not call dnNormalize() w/o ctx? */
op->o_tmpfree( bv.bv_val, op->o_tmpmemctx );
}
Debug( LDAP_DEBUG_TRACE, LDAP_XSTRING(bdb_modrdn) ": new ndn=%s\n",