Commit f3391bb9 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

closes[t:2668] fix the mem leak in the recovery_fileops_stress test

git-svn-id: file:///svn/toku/tokudb@20755 c7de825b-a66e-492c-adef-691d508d4ae1
parent c5bad31a
......@@ -401,6 +401,8 @@ static void run_test(int iter){
r = states->close(states, 0); CKERR(r);
r = env->close(env, 0); CKERR(r);
if ( verbose ) printf("%s : done\n", __FILE__);
toku_free(db_array);
}
// ------------ infrastructure ----------
......
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