mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
The add routine in the backend already frees the entry in error, so
avoid trying to free it again.
This commit is contained in:
parent
79f075b22c
commit
976ac15785
@ -261,8 +261,8 @@ do_add( Connection *conn, Operation *op )
|
||||
replog( be, op, e->e_dn, e );
|
||||
}
|
||||
be_entry_release_w( be, e );
|
||||
e = NULL;
|
||||
}
|
||||
e = NULL;
|
||||
|
||||
#ifndef SLAPD_MULTIMASTER
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user