Esempio n. 1
0
void txnmgr_free(struct txnmgr *tm)
{
	_txnid_snapshot_free(tm->live_root_txnids);
	xfree(tm);
}
Esempio n. 2
0
void txnmgr_free(struct txnmgr *tm)
{
	_txnid_snapshot_free(tm->live_root_txnids);
	ness_mutex_destroy(&tm->mtx);
	xfree(tm);
}