mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Move a comment in test_single_onion_poisoning
This commit is contained in:
parent
8d42aab3f6
commit
e8ce57e6e8
1 changed files with 1 additions and 1 deletions
|
@ -767,10 +767,10 @@ test_single_onion_poisoning(void *arg)
|
||||||
tt_assert(ret == 0);
|
tt_assert(ret == 0);
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
/* The test harness deletes the directories at exit */
|
||||||
tor_free(poison_path);
|
tor_free(poison_path);
|
||||||
tor_free(dir1);
|
tor_free(dir1);
|
||||||
tor_free(dir2);
|
tor_free(dir2);
|
||||||
/* The test harness deletes the directories at exit */
|
|
||||||
smartlist_free(services);
|
smartlist_free(services);
|
||||||
rend_service_free(service_1);
|
rend_service_free(service_1);
|
||||||
rend_service_free(service_2);
|
rend_service_free(service_2);
|
||||||
|
|
Loading…
Add table
Reference in a new issue