tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b892133fb9307aba2b9e7931472b9ad9a1628bb2
parent f46a7eafb88494922f331d198500f94dee0a6d8e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 29 Aug 2018 16:00:49 -0400

Do not leave a certificate allocated after testing dirvote_add()

Diffstat:
Msrc/test/test_dir_handle_get.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_dir_handle_get.c b/src/test/test_dir_handle_get.c @@ -2102,6 +2102,7 @@ test_dir_handle_get_status_vote_d(void* data) clear_dir_servers(); dirvote_free_all(); + routerlist_free_all(); } static void @@ -2638,4 +2639,3 @@ struct testcase_t dir_handle_get_tests[] = { DIR_HANDLE_CMD(parse_accept_encoding, 0), END_OF_TESTCASES }; -