Skip to content
Snippets Groups Projects
Commit fe59b0be authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

reset freed resources

parent 8e5086e8
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment