Commit 4575ae70 authored by Sergey Vojtovich's avatar Sergey Vojtovich Committed by Marko Mäkelä

Plug a memory leak

parent 9875d5c3
...@@ -327,6 +327,7 @@ struct TrxFactory { ...@@ -327,6 +327,7 @@ struct TrxFactory {
trx->lock.table_locks.~lock_pool_t(); trx->lock.table_locks.~lock_pool_t();
trx->hit_list.~hit_list_t(); trx->hit_list.~hit_list_t();
trx->read_view.~ReadView();
} }
/** Enforce any invariants here, this is called before the transaction /** Enforce any invariants here, this is called before the transaction
......
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