Commit 933474a7 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Fix #798.

git-svn-id: file:///svn/tokudb@3875 c7de825b-a66e-492c-adef-691d508d4ae1
parent 454d6f16
......@@ -813,7 +813,7 @@ static int toku_txn_commit(DB_TXN * txn, u_int32_t flags) {
//TODO: Release locks perhaps?
if (txn->i) {
if (txn->i->tokutxn)
toku_free(txn->i->tokutxn);
toku_logger_abort(txn->i->tokutxn);
toku_free(txn->i);
}
toku_free(txn);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment