Commit f29f26f2 authored by Rich Prohaska's avatar Rich Prohaska

close #429

git-svn-id: file:///svn/tokudb@2368 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7d10c62a
...@@ -617,6 +617,7 @@ int toku_logger_abort(TOKUTXN txn) { ...@@ -617,6 +617,7 @@ int toku_logger_abort(TOKUTXN txn) {
logtype_dispatch(item, toku_free_logtype_); logtype_dispatch(item, toku_free_logtype_);
toku_free(item); toku_free(item);
} }
list_remove(&txn->live_txns_link);
toku_free(txn); toku_free(txn);
return 0; return 0;
} }
......
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