[t:4871] fix test-rollinclude to avoid a use-after-free bug

git-svn-id: file:///svn/toku/tokudb@43632 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:00:32 -04:00 committed by Yoni Fogel
parent ac02edd57d
commit 66b0ab738c

View file

@ -24,7 +24,7 @@ populate(DB_ENV *env, DB *db, int nrows) {
}
r = txn->commit(txn, 0); assert_zero(r);
r = txn->commit(parent, 0); assert_zero(r);
r = parent->commit(parent, 0); assert_zero(r);
}
static void