From 1a022525f7bac18b29e089a3e197ea4f0961a5d8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 27 Jan 2016 09:42:08 -0500 Subject: attempt to fix crashes in unit tests --- src/test/test_options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/test_options.c') diff --git a/src/test/test_options.c b/src/test/test_options.c index e00c8020fe..4bae065925 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -915,7 +915,7 @@ test_options_validate__authdir(void *ignored) done: teardown_capture_of_logs(previous_log); - sandbox_free_getaddrinfo_cache(); + // sandbox_free_getaddrinfo_cache(); free_options_test_data(tdata); tor_free(msg); } @@ -3088,7 +3088,7 @@ test_options_validate__proxy(void *ignored) free_options_test_data(tdata); memarea_clear_freelist(); policies_free_all(); - sandbox_free_getaddrinfo_cache(); + // sandbox_free_getaddrinfo_cache(); tor_free(msg); } -- cgit v1.2.3-54-g00ecf