add free to txn_free (from Kevin Burge)
This commit is contained in:
parent
abdf7eca07
commit
b869f6b33b
1 changed files with 1 additions and 0 deletions
1
bdb.c
1
bdb.c
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue