Commit b928964f authored by Rich Prohaska's avatar Rich Prohaska

cleanup at the end of the delete_at test. closes #720

git-svn-id: file:///svn/tokudb@3505 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0fa60a24
...@@ -385,6 +385,8 @@ void test_delete_at (void) { ...@@ -385,6 +385,8 @@ void test_delete_at (void) {
} }
} }
assert(min_limit<max_limit); assert(min_limit<max_limit);
for (i=0; i<N; i++) toku_free(strings[i]);
toku_gpma_free(&pma, 0, 0);
} }
static int compare_this_string (u_int32_t dlen, void *dval, void *extra) { static int compare_this_string (u_int32_t dlen, void *dval, void *extra) {
......
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