reset freed resources

This commit is contained in:
Pierangelo Masarati 2005-11-14 18:38:58 +00:00
parent 8e5086e8e7
commit fe59b0be6e

View File

@ -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 ) {