Commit 3d7c568a authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5949 clean up multiprocess


git-svn-id: file:///svn/toku/tokudb@52826 c7de825b-a66e-492c-adef-691d508d4ae1
parent 74f1c44f
...@@ -200,8 +200,5 @@ test_main (int argc, char * const argv[]) { ...@@ -200,8 +200,5 @@ test_main (int argc, char * const argv[]) {
toku_os_recursive_delete(data0); toku_os_recursive_delete(data0);
toku_os_recursive_delete(data1); toku_os_recursive_delete(data1);
toku_free(data0);
toku_free(data1);
return 0; return 0;
} }
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