mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
reset freed resources
This commit is contained in:
parent
8e5086e8e7
commit
fe59b0be6e
@ -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 New Issue
Block a user