Commit 9e20ec53 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #553

Fixes memory leak (just in test) of locktree managers.

git-svn-id: file:///svn/tokudb@2950 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0f3d1b0f
......@@ -21,5 +21,9 @@ int main() {
lt = NULL;
}
r = toku_ltm_close(mgr);
CKERR(r);
mgr = 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