From: teor Date: Fri, 2 Dec 2016 19:30:58 +0000 (+1100) Subject: Move a comment in test_single_onion_poisoning X-Git-Tag: tor-0.2.9.7-rc~21^2~1^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8ce57e6e8e8b245f0378ef3aae4fdc55534cbd8;p=thirdparty%2Ftor.git Move a comment in test_single_onion_poisoning --- diff --git a/src/test/test_hs.c b/src/test/test_hs.c index 067e6b4bf2..690e07e6f4 100644 --- a/src/test/test_hs.c +++ b/src/test/test_hs.c @@ -767,10 +767,10 @@ test_single_onion_poisoning(void *arg) tt_assert(ret == 0); done: + /* The test harness deletes the directories at exit */ tor_free(poison_path); tor_free(dir1); tor_free(dir2); - /* The test harness deletes the directories at exit */ smartlist_free(services); rend_service_free(service_1); rend_service_free(service_2);