fix entry deallocation

This commit is contained in:
Pierangelo Masarati 2007-01-11 21:33:39 +00:00
parent aba0eacaee
commit 78362d5acf

View file

@ -805,7 +805,7 @@ retry:
rc = ldap_build_entry( op, e, *ent, &bdn );
if ( rc != LDAP_SUCCESS ) {
ch_free( *ent );
entry_free( *ent );
*ent = NULL;
}