Commit 108b9bda authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

The pma-test runs

git-svn-id: file:///svn/tokudb@21 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0b8355de
......@@ -455,6 +455,9 @@ void test_pma_cursor_3 (void) {
r=pma_cursor_set_position_next(c); assert(r==DB_NOTFOUND);
my_free(key.data);
my_free(val.data);
r=pma_cursor_free(&c); assert(r==0);
r=pma_free(&pma); assert(r==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