Commit 0a577e94 authored by Leif Walsh's avatar Leif Walsh

fix memory leak in test for #18

parent 6fffcbd5
......@@ -290,6 +290,7 @@ int test_main(int argc, char * const argv[]) {
check(env, db, start_key, skip_len, true, false);
}
}
teardown(env, db);
}
}
......
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