Commit 3ff52f40 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2300], fix memory leak

git-svn-id: file:///svn/mysql/tokudb-engine/src@16952 c7de825b-a66e-492c-adef-691d508d4ae1
parent 193ef059
...@@ -5415,6 +5415,7 @@ cleanup: ...@@ -5415,6 +5415,7 @@ cleanup:
int r = status_block->close(status_block, 0); int r = status_block->close(status_block, 0);
assert(r==0); assert(r==0);
} }
free_key_and_col_info(&kc_info);
if (txn) { if (txn) {
if (error) { if (error) {
abort_txn(txn); abort_txn(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