]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Move a comment in test_single_onion_poisoning
authorteor <teor2345@gmail.com>
Fri, 2 Dec 2016 19:30:58 +0000 (06:30 +1100)
committerteor <teor2345@gmail.com>
Fri, 2 Dec 2016 19:30:58 +0000 (06:30 +1100)
src/test/test_hs.c

index 067e6b4bf2c0e81a225a9dfac8f19609247094c6..690e07e6f43413e2fcb9ffb596676dcc42d8bb85 100644 (file)
@@ -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);