Commit 6e741a19 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #567

Fixes memory leak (in a test)

git-svn-id: file:///svn/tokudb@3136 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3bafeecf
......@@ -96,6 +96,7 @@ int main(int argc, const char *argv[]) {
}
toku_rth_clear(rth);
assert(toku_rth_is_empty(rth));
toku_rth_close(rth);
rth = NULL;
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