Commit 81fa04fc authored by Rich Prohaska's avatar Rich Prohaska

#46 fix memory leaks in dmt-test

parent cd4b1cd7
...@@ -1013,7 +1013,9 @@ test_clone(uint32_t nelts) ...@@ -1013,7 +1013,9 @@ test_clone(uint32_t nelts)
assert(l == i); assert(l == i);
} }
dest->destroy(); dest->destroy();
toku_free(dest);
src->destroy(); src->destroy();
toku_free(src);
} }
int int
......
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