fix memory leak in test for #18

This commit is contained in:
Leif Walsh 2013-06-26 13:40:24 -04:00
parent 6fffcbd536
commit 0a577e9459

View file

@ -290,6 +290,7 @@ int test_main(int argc, char * const argv[]) {
check(env, db, start_key, skip_len, true, false);
}
}
teardown(env, db);
}
}