Skip to content
Snippets Groups Projects
Unverified Commit e8ce57e6 authored by teor's avatar teor
Browse files

Move a comment in test_single_onion_poisoning

parent 8d42aab3
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment