mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
reset freed resources
This commit is contained in:
parent
8e5086e8e7
commit
fe59b0be6e
1 changed files with 2 additions and 0 deletions
|
|
@ -539,6 +539,8 @@ retry: /* transaction retry */
|
|||
if ( fakeroot ) {
|
||||
e->e_private = NULL;
|
||||
entry_free( e );
|
||||
e = NULL;
|
||||
|
||||
} else {
|
||||
rc = bdb_cache_modify( e, dummy.e_attrs, bdb->bi_dbenv, locker, &lock );
|
||||
switch( rc ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue