add free to txn_free (from Kevin Burge)

master
danj 2008-08-25 13:58:47 +00:00
parent abdf7eca07
commit b869f6b33b
1 changed files with 1 additions and 0 deletions

1
bdb.c
View File

@ -1616,6 +1616,7 @@ static void txn_free(t_txnh *txn)
rb_ary_delete(txn->env->atxn,txn->self);
txn->env=NULL;
}
if (txn) free(txn);
}
/*