Fix minor unit test memory leaks

This commit is contained in:
Pieter Wuille
2013-09-19 00:01:36 +02:00
parent 2e9c8aed31
commit 1657ed2ab4
2 changed files with 5 additions and 0 deletions

View File

@@ -289,6 +289,7 @@ BOOST_AUTO_TEST_CASE(coin_selection_tests)
BOOST_CHECK_NE(fails, RANDOM_REPEATS);
}
}
empty_wallet();
}
BOOST_AUTO_TEST_SUITE_END()