mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Move a comment in test_single_onion_poisoning
This commit is contained in:
parent
8d42aab3f6
commit
e8ce57e6e8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user