Skip to content

Commit 4575ae7

Browse files
svojdr-m
authored andcommitted
Plug a memory leak
1 parent 9875d5c commit 4575ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/innobase/trx/trx0trx.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ struct TrxFactory {
327327
trx->lock.table_locks.~lock_pool_t();
328328

329329
trx->hit_list.~hit_list_t();
330+
trx->read_view.~ReadView();
330331
}
331332

332333
/** Enforce any invariants here, this is called before the transaction

0 commit comments

Comments
 (0)