Commit 7a4157a4 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Fix memory leak in {{{test_error.c}}}. Fixes #550.

git-svn-id: file:///svn/tokudb@2912 c7de825b-a66e-492c-adef-691d508d4ae1
parent fa5f276d
...@@ -83,6 +83,7 @@ int main (int argc, const char *argv[]) { ...@@ -83,6 +83,7 @@ int main (int argc, const char *argv[]) {
} else { } else {
assert(n_handle_error==0); assert(n_handle_error==0);
} }
fclose(read_here);
} }
unlink(errfname); unlink(errfname);
} }
......
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