mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
don't leak fakeroot save_attrs
This commit is contained in:
parent
fe59b0be6e
commit
e88c4b48e3
1 changed files with 1 additions and 0 deletions
|
|
@ -540,6 +540,7 @@ retry: /* transaction retry */
|
|||
e->e_private = NULL;
|
||||
entry_free( e );
|
||||
e = NULL;
|
||||
attrs_free( dummy.e_attrs );
|
||||
|
||||
} else {
|
||||
rc = bdb_cache_modify( e, dummy.e_attrs, bdb->bi_dbenv, locker, &lock );
|
||||
|
|
|
|||
Loading…
Reference in a new issue